#[non_exhaustive]pub struct CreateStorageLocationInput {}
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateStorageLocation, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateStorageLocation, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateStorageLocation
>
Creates a new builder-style object to manufacture CreateStorageLocationInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CreateStorageLocationInput
impl Send for CreateStorageLocationInput
impl Sync for CreateStorageLocationInput
impl Unpin for CreateStorageLocationInput
impl UnwindSafe for CreateStorageLocationInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more