You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IAM::Types::AttachedPermissionsBoundary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::AttachedPermissionsBoundary
- Defined in:
- (unknown)
Overview
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.
Returned by:
Instance Attribute Summary collapse
-
#permissions_boundary_arn ⇒ String
The ARN of the policy used to set the permissions boundary for the user or role.
-
#permissions_boundary_type ⇒ String
The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity.
Instance Attribute Details
#permissions_boundary_arn ⇒ String
The ARN of the policy used to set the permissions boundary for the user or role.
#permissions_boundary_type ⇒ String
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
.
Possible values:
- PermissionsBoundaryPolicy