#[non_exhaustive]pub struct DeleteSpotDatafeedSubscriptionInput { /* private fields */ }
Expand description
Contains the parameters for DeleteSpotDatafeedSubscription.
Implementations§
source§impl DeleteSpotDatafeedSubscriptionInput
impl DeleteSpotDatafeedSubscriptionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSpotDatafeedSubscription, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSpotDatafeedSubscription, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteSpotDatafeedSubscription
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteSpotDatafeedSubscriptionInput
.
Trait Implementations§
source§impl Clone for DeleteSpotDatafeedSubscriptionInput
impl Clone for DeleteSpotDatafeedSubscriptionInput
source§fn clone(&self) -> DeleteSpotDatafeedSubscriptionInput
fn clone(&self) -> DeleteSpotDatafeedSubscriptionInput
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<DeleteSpotDatafeedSubscriptionInput> for DeleteSpotDatafeedSubscriptionInput
impl PartialEq<DeleteSpotDatafeedSubscriptionInput> for DeleteSpotDatafeedSubscriptionInput
source§fn eq(&self, other: &DeleteSpotDatafeedSubscriptionInput) -> bool
fn eq(&self, other: &DeleteSpotDatafeedSubscriptionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.