#[non_exhaustive]pub struct DescribeSpotDatafeedSubscriptionOutput { /* private fields */ }
Expand description
Contains the output of DescribeSpotDatafeedSubscription.
Implementations§
source§impl DescribeSpotDatafeedSubscriptionOutput
impl DescribeSpotDatafeedSubscriptionOutput
sourcepub fn spot_datafeed_subscription(&self) -> Option<&SpotDatafeedSubscription>
pub fn spot_datafeed_subscription(&self) -> Option<&SpotDatafeedSubscription>
The Spot Instance data feed subscription.
source§impl DescribeSpotDatafeedSubscriptionOutput
impl DescribeSpotDatafeedSubscriptionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeSpotDatafeedSubscriptionOutput
.
Trait Implementations§
source§impl Clone for DescribeSpotDatafeedSubscriptionOutput
impl Clone for DescribeSpotDatafeedSubscriptionOutput
source§fn clone(&self) -> DescribeSpotDatafeedSubscriptionOutput
fn clone(&self) -> DescribeSpotDatafeedSubscriptionOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more