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