Struct aws_sdk_iam::model::access_key::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AccessKey
Implementations
The name of the IAM user that the access key is associated with.
The name of the IAM user that the access key is associated with.
The ID for this access key.
The ID for this access key.
The status of the access key. Active
means that the key is valid for API
calls, while Inactive
means it is not.
The status of the access key. Active
means that the key is valid for API
calls, while Inactive
means it is not.
The secret key used to sign requests.
The secret key used to sign requests.
The date when the access key was created.
The date when the access key was created.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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