#[non_exhaustive]pub struct CreateSpotDatafeedSubscriptionInput { /* private fields */ }
Expand description
Contains the parameters for CreateSpotDatafeedSubscription.
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for CreateSpotDatafeedSubscriptionInput
impl Clone for CreateSpotDatafeedSubscriptionInput
sourcefn clone(&self) -> CreateSpotDatafeedSubscriptionInput
fn clone(&self) -> CreateSpotDatafeedSubscriptionInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<CreateSpotDatafeedSubscriptionInput> for CreateSpotDatafeedSubscriptionInput
impl PartialEq<CreateSpotDatafeedSubscriptionInput> for CreateSpotDatafeedSubscriptionInput
sourcefn eq(&self, other: &CreateSpotDatafeedSubscriptionInput) -> bool
fn eq(&self, other: &CreateSpotDatafeedSubscriptionInput) -> bool
impl StructuralPartialEq for CreateSpotDatafeedSubscriptionInput
Auto Trait Implementations
impl RefUnwindSafe for CreateSpotDatafeedSubscriptionInput
impl Send for CreateSpotDatafeedSubscriptionInput
impl Sync for CreateSpotDatafeedSubscriptionInput
impl Unpin for CreateSpotDatafeedSubscriptionInput
impl UnwindSafe for CreateSpotDatafeedSubscriptionInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more