Struct rusoto_ec2::CreateSpotDatafeedSubscriptionResult [] [src]

pub struct CreateSpotDatafeedSubscriptionResult {
    pub spot_datafeed_subscription: Option<SpotDatafeedSubscription>,
}

Contains the output of CreateSpotDatafeedSubscription.

Fields

The Spot instance data feed subscription.

Trait Implementations

impl Default for CreateSpotDatafeedSubscriptionResult
[src]

[src]

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

impl Debug for CreateSpotDatafeedSubscriptionResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateSpotDatafeedSubscriptionResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more