class
Amazonite::Iam::AttachedPermissionsBoundary
- Amazonite::Iam::AttachedPermissionsBoundary
- Reference
- Object
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.
Defined in:
iam/attached_permissions_boundary.crConstructors
- .from_xml(node : XML::Node) : self
- .new(permissions_boundary_type : PermissionsBoundaryAttachmentType | Nil = nil, permissions_boundary_arn : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#permissions_boundary_arn : String | Nil
The ARN of the policy used to set the permissions boundary for the user or role.
-
#permissions_boundary_arn=(permissions_boundary_arn : String | Nil)
The ARN of the policy used to set the permissions boundary for the user or role.
-
#permissions_boundary_type : PermissionsBoundaryAttachmentType | Nil
The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity.
-
#permissions_boundary_type=(permissions_boundary_type : PermissionsBoundaryAttachmentType | Nil)
The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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 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.