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