Struct aws_sdk_iam::model::attached_permissions_boundary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AttachedPermissionsBoundary
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.
pub fn set_permissions_boundary_type(
self,
input: Option<PermissionsBoundaryAttachmentType>
) -> Self
pub fn set_permissions_boundary_type(
self,
input: Option<PermissionsBoundaryAttachmentType>
) -> Self
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.
The ARN of the policy used to set the permissions boundary for the user or role.
Consumes the builder and constructs a AttachedPermissionsBoundary
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