Struct aws_sdk_iam::model::AttachedPermissionsBoundary [−][src]
#[non_exhaustive]pub struct AttachedPermissionsBoundary {
pub permissions_boundary_type: Option<PermissionsBoundaryAttachmentType>,
pub permissions_boundary_arn: Option<String>,
}
Expand description
Contains information about an attached permissions boundary.
An attached permissions boundary is a managed policy that has been attached to a user or role to set the permissions boundary.
For more information about permissions boundaries, see Permissions boundaries for IAM identities in the IAM User Guide.
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.permissions_boundary_type: Option<PermissionsBoundaryAttachmentType>
The permissions boundary usage type that indicates what type of IAM resource is used
as the permissions boundary for an entity. This data type can only have a value of
Policy
.
permissions_boundary_arn: Option<String>
The ARN of the policy used to set the permissions boundary for the user or role.
Implementations
The permissions boundary usage type that indicates what type of IAM resource is used
as the permissions boundary for an entity. This data type can only have a value of
Policy
.
The ARN of the policy used to set the permissions boundary for the user or role.
Creates a new builder-style object to manufacture AttachedPermissionsBoundary
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
impl RefUnwindSafe for AttachedPermissionsBoundary
impl Send for AttachedPermissionsBoundary
impl Sync for AttachedPermissionsBoundary
impl Unpin for AttachedPermissionsBoundary
impl UnwindSafe for AttachedPermissionsBoundary
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