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