Struct rusoto_ec2::ConfirmProductInstanceResult[][src]

pub struct ConfirmProductInstanceResult {
    pub owner_id: Option<String>,
    pub return_: Option<bool>,
}

Contains the output of ConfirmProductInstance.

Fields

The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.

The return value of the request. Returns true if the specified product code is owned by the requester and associated with the specified instance.

Trait Implementations

impl Default for ConfirmProductInstanceResult
[src]

Returns the "default value" for a type. Read more

impl Debug for ConfirmProductInstanceResult
[src]

Formats the value using the given formatter. Read more

impl Clone for ConfirmProductInstanceResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ConfirmProductInstanceResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations