Struct aws_sdk_securityhub::model::AwsIamAccessKeySessionContextSessionIssuer [−][src]
#[non_exhaustive]pub struct AwsIamAccessKeySessionContextSessionIssuer {
pub type: Option<String>,
pub principal_id: Option<String>,
pub arn: Option<String>,
pub account_id: Option<String>,
pub user_name: Option<String>,
}
Expand description
Information about the entity that created the session.
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.type: Option<String>
The type of principal (user, role, or group) that created the session.
principal_id: Option<String>
The principal ID of the principal (user, role, or group) that created the session.
arn: Option<String>
The ARN of the session.
account_id: Option<String>
The identifier of the Amazon Web Services account that created the session.
user_name: Option<String>
The name of the principal that created the session.
Implementations
The type of principal (user, role, or group) that created the session.
The principal ID of the principal (user, role, or group) that created the session.
The identifier of the Amazon Web Services account that created the session.
Creates a new builder-style object to manufacture AwsIamAccessKeySessionContextSessionIssuer
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
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