Struct rusoto_ec2::Reservation [] [src]

pub struct Reservation {
    pub groups: Option<Vec<GroupIdentifier>>,
    pub instances: Option<Vec<Instance>>,
    pub owner_id: Option<String>,
    pub requester_id: Option<String>,
    pub reservation_id: Option<String>,
}

Describes a reservation.

Fields

[EC2-Classic only] One or more security groups.

One or more instances.

The ID of the AWS account that owns the reservation.

The ID of the requester that launched the instances on your behalf (for example, AWS Management Console or Auto Scaling).

The ID of the reservation.

Trait Implementations

impl Default for Reservation
[src]

[src]

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

impl Debug for Reservation
[src]

[src]

Formats the value using the given formatter.

impl Clone for Reservation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more