Struct aws_sdk_iam::model::ssh_public_key::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SshPublicKey
Implementations
The name of the IAM user associated with the SSH public key.
The name of the IAM user associated with the SSH public key.
The unique identifier for the SSH public key.
The unique identifier for the SSH public key.
The MD5 message digest of the SSH public key.
The MD5 message digest of the SSH public key.
The SSH public key.
The SSH public key.
The status of the SSH public key. Active
means that the key can be used for
authentication with an CodeCommit repository. Inactive
means that the key
cannot be used.
The status of the SSH public key. Active
means that the key can be used for
authentication with an CodeCommit repository. Inactive
means that the key
cannot be used.
The date and time, in ISO 8601 date-time format, when the SSH public key was uploaded.
The date and time, in ISO 8601 date-time format, when the SSH public key was uploaded.
Consumes the builder and constructs a SshPublicKey
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