Struct aws_sdk_iam::model::user_detail::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UserDetail
Implementations
The path to the user. For more information about paths, see IAM identifiers in the IAM User Guide.
The path to the user. For more information about paths, see IAM identifiers in the IAM User Guide.
The friendly name identifying the user.
The friendly name identifying the user.
The stable and unique string identifying the user. For more information about IDs, see IAM identifiers in the IAM User Guide.
The stable and unique string identifying the user. For more information about IDs, see IAM identifiers in the IAM User Guide.
The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.
For more information about ARNs, go to Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.
For more information about ARNs, go to Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
The date and time, in ISO 8601 date-time format, when the user was created.
The date and time, in ISO 8601 date-time format, when the user was created.
Appends an item to user_policy_list
.
To override the contents of this collection use set_user_policy_list
.
A list of the inline policies embedded in the user.
A list of the inline policies embedded in the user.
Appends an item to group_list
.
To override the contents of this collection use set_group_list
.
A list of IAM groups that the user is in.
A list of IAM groups that the user is in.
Appends an item to attached_managed_policies
.
To override the contents of this collection use set_attached_managed_policies
.
A list of the managed policies attached to the user.
A list of the managed policies attached to the user.
The ARN of the policy used to set the permissions boundary for the user.
For more information about permissions boundaries, see Permissions boundaries for IAM identities in the IAM User Guide.
The ARN of the policy used to set the permissions boundary for the user.
For more information about permissions boundaries, see Permissions boundaries for IAM identities in the IAM User Guide.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
A list of tags that are associated with the user. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
A list of tags that are associated with the user. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
Consumes the builder and constructs a UserDetail
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