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]

[src]

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

impl Debug for ConfirmProductInstanceResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for ConfirmProductInstanceResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more