Struct aws_sdk_ec2::operation::delete_spot_datafeed_subscription::DeleteSpotDatafeedSubscriptionOutput
source · #[non_exhaustive]pub struct DeleteSpotDatafeedSubscriptionOutput { /* private fields */ }
Implementations§
source§impl DeleteSpotDatafeedSubscriptionOutput
impl DeleteSpotDatafeedSubscriptionOutput
sourcepub fn builder() -> DeleteSpotDatafeedSubscriptionOutputBuilder
pub fn builder() -> DeleteSpotDatafeedSubscriptionOutputBuilder
Creates a new builder-style object to manufacture DeleteSpotDatafeedSubscriptionOutput
.
Trait Implementations§
source§impl Clone for DeleteSpotDatafeedSubscriptionOutput
impl Clone for DeleteSpotDatafeedSubscriptionOutput
source§fn clone(&self) -> DeleteSpotDatafeedSubscriptionOutput
fn clone(&self) -> DeleteSpotDatafeedSubscriptionOutput
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 moresource§impl PartialEq<DeleteSpotDatafeedSubscriptionOutput> for DeleteSpotDatafeedSubscriptionOutput
impl PartialEq<DeleteSpotDatafeedSubscriptionOutput> for DeleteSpotDatafeedSubscriptionOutput
source§fn eq(&self, other: &DeleteSpotDatafeedSubscriptionOutput) -> bool
fn eq(&self, other: &DeleteSpotDatafeedSubscriptionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteSpotDatafeedSubscriptionOutput
impl RequestId for DeleteSpotDatafeedSubscriptionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.