Struct rusoto_ec2::SpotDatafeedSubscription [] [src]

pub struct SpotDatafeedSubscription {
    pub bucket: Option<String>,
    pub fault: Option<SpotInstanceStateFault>,
    pub owner_id: Option<String>,
    pub prefix: Option<String>,
    pub state: Option<String>,
}

Describes the data feed for a Spot instance.

Fields

The Amazon S3 bucket where the Spot instance data feed is located.

The fault codes for the Spot instance request, if any.

The AWS account ID of the account.

The prefix that is prepended to data feed files.

The state of the Spot instance data feed subscription.

Trait Implementations

impl Default for SpotDatafeedSubscription
[src]

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

impl Debug for SpotDatafeedSubscription
[src]

Formats the value using the given formatter.

impl Clone for SpotDatafeedSubscription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more