Struct aws_sdk_securityhub::model::aws_iam_user_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsIamUserDetails
Implementations
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 that are attached to the user.
pub fn set_attached_managed_policies(
self,
input: Option<Vec<AwsIamAttachedManagedPolicy>>
) -> Self
pub fn set_attached_managed_policies(
self,
input: Option<Vec<AwsIamAttachedManagedPolicy>>
) -> Self
A list of the managed policies that are attached to the user.
Indicates when the user 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 user 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
.
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 belongs to.
A list of IAM groups that the user belongs to.
The permissions boundary for the user.
The permissions boundary for the user.
The unique identifier for the user.
The name of the user.
Appends an item to user_policy_list
.
To override the contents of this collection use set_user_policy_list
.
The list of inline policies that are embedded in the user.
The list of inline policies that are embedded in the user.
Consumes the builder and constructs a AwsIamUserDetails
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