Struct rusoto_ec2::ReservedInstancesId [] [src]

pub struct ReservedInstancesId {
    pub reserved_instances_id: Option<String>,
}

Describes the ID of a Reserved Instance.

Fields

The ID of the Reserved Instance.

Trait Implementations

impl Default for ReservedInstancesId
[src]

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

impl Debug for ReservedInstancesId
[src]

Formats the value using the given formatter.

impl Clone for ReservedInstancesId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more