Struct aws_sdk_securityhub::model::aws_iam_access_key_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsIamAccessKeyDetails
Implementations
The user associated with the IAM access key related to a finding.
The UserName
parameter has been replaced with the
PrincipalName
parameter because access keys can also be assigned to
principals that are not IAM users.
The user associated with the IAM access key related to a finding.
The UserName
parameter has been replaced with the
PrincipalName
parameter because access keys can also be assigned to
principals that are not IAM users.
The status of the IAM access key related to a finding.
The status of the IAM access key related to a finding.
Indicates when the IAM access key was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
Indicates when the IAM access key was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
The ID of the principal associated with an access key.
The ID of the principal associated with an access key.
The type of principal associated with an access key.
The type of principal associated with an access key.
The name of the principal.
The name of the principal.
The Amazon Web Services account ID of the account for the key.
The Amazon Web Services account ID of the account for the key.
The identifier of the access key.
The identifier of the access key.
Information about the session that the key was used for.
Information about the session that the key was used for.
Consumes the builder and constructs a AwsIamAccessKeyDetails
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