#[non_exhaustive]pub struct CreateSpotDatafeedSubscriptionInput { /* private fields */ }
Expand description
Contains the parameters for CreateSpotDatafeedSubscription.
Implementations§
source§impl CreateSpotDatafeedSubscriptionInput
impl CreateSpotDatafeedSubscriptionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSpotDatafeedSubscription, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSpotDatafeedSubscription, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateSpotDatafeedSubscription
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSpotDatafeedSubscriptionInput
.
source§impl CreateSpotDatafeedSubscriptionInput
impl CreateSpotDatafeedSubscriptionInput
sourcepub fn bucket(&self) -> Option<&str>
pub fn bucket(&self) -> Option<&str>
The name of the Amazon S3 bucket in which to store the Spot Instance data feed. For more information about bucket names, see Rules for bucket naming in the Amazon S3 Developer Guide.
Trait Implementations§
source§impl Clone for CreateSpotDatafeedSubscriptionInput
impl Clone for CreateSpotDatafeedSubscriptionInput
source§fn clone(&self) -> CreateSpotDatafeedSubscriptionInput
fn clone(&self) -> CreateSpotDatafeedSubscriptionInput
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<CreateSpotDatafeedSubscriptionInput> for CreateSpotDatafeedSubscriptionInput
impl PartialEq<CreateSpotDatafeedSubscriptionInput> for CreateSpotDatafeedSubscriptionInput
source§fn eq(&self, other: &CreateSpotDatafeedSubscriptionInput) -> bool
fn eq(&self, other: &CreateSpotDatafeedSubscriptionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.