Struct aws_sdk_acm::input::PutAccountConfigurationInput [−][src]
#[non_exhaustive]pub struct PutAccountConfigurationInput {
pub expiry_events: Option<ExpiryEventsConfiguration>,
pub idempotency_token: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.expiry_events: Option<ExpiryEventsConfiguration>
Specifies expiration events associated with an account.
idempotency_token: Option<String>
Customer-chosen string used to distinguish between calls to PutAccountConfiguration
. Idempotency tokens time out after one hour. If you call PutAccountConfiguration
multiple times with the same unexpired idempotency token, ACM treats it as the same request and returns the original result. If you change the idempotency token for each call, ACM treats each call as a new request.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutAccountConfiguration, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutAccountConfiguration, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<PutAccountConfiguration
>
Creates a new builder-style object to manufacture PutAccountConfigurationInput
Specifies expiration events associated with an account.
Customer-chosen string used to distinguish between calls to PutAccountConfiguration
. Idempotency tokens time out after one hour. If you call PutAccountConfiguration
multiple times with the same unexpired idempotency token, ACM treats it as the same request and returns the original result. If you change the idempotency token for each call, ACM treats each call as a new request.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for PutAccountConfigurationInput
impl Sync for PutAccountConfigurationInput
impl Unpin for PutAccountConfigurationInput
impl UnwindSafe for PutAccountConfigurationInput
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