Struct aws_sdk_ec2::model::SpotDatafeedSubscription [−][src]
#[non_exhaustive]pub struct SpotDatafeedSubscription {
pub bucket: Option<String>,
pub fault: Option<SpotInstanceStateFault>,
pub owner_id: Option<String>,
pub prefix: Option<String>,
pub state: Option<DatafeedSubscriptionState>,
}
Expand description
Describes the data feed for a Spot Instance.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.bucket: Option<String>
The name of the Amazon S3 bucket where the Spot Instance data feed is located.
fault: Option<SpotInstanceStateFault>
The fault codes for the Spot Instance request, if any.
owner_id: Option<String>
The Amazon Web Services account ID of the account.
prefix: Option<String>
The prefix for the data feed files.
state: Option<DatafeedSubscriptionState>
The state of the Spot Instance data feed subscription.
Implementations
The name of the Amazon S3 bucket where the Spot Instance data feed is located.
The fault codes for the Spot Instance request, if any.
The state of the Spot Instance data feed subscription.
Creates a new builder-style object to manufacture SpotDatafeedSubscription
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SpotDatafeedSubscription
impl Send for SpotDatafeedSubscription
impl Sync for SpotDatafeedSubscription
impl Unpin for SpotDatafeedSubscription
impl UnwindSafe for SpotDatafeedSubscription
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more