Struct aws_sdk_iam::model::attached_permissions_boundary::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
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