Struct aws_sdk_redshift::input::DescribeStorageInput [−][src]
#[non_exhaustive]pub struct DescribeStorageInput {}
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeStorage, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeStorage, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeStorage
>
Creates a new builder-style object to manufacture DescribeStorageInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DescribeStorageInput
impl Send for DescribeStorageInput
impl Sync for DescribeStorageInput
impl Unpin for DescribeStorageInput
impl UnwindSafe for DescribeStorageInput
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