Class: Aws::Types::AttachedPermissionsBoundary
- Inherits:
-
Object
- Object
- Aws::Types::AttachedPermissionsBoundary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#permissions_boundary_arn ⇒ ::String
Returns the value of attribute permissions_boundary_arn.
-
#permissions_boundary_type ⇒ "PermissionsBoundaryPolicy"
Returns the value of attribute permissions_boundary_type.
Instance Attribute Details
#permissions_boundary_arn ⇒ ::String
Returns the value of attribute permissions_boundary_arn.
96 97 98 |
# File 'sig/types.rbs', line 96 def @permissions_boundary_arn end |
#permissions_boundary_type ⇒ "PermissionsBoundaryPolicy"
Returns the value of attribute permissions_boundary_type.
95 96 97 |
# File 'sig/types.rbs', line 95 def @permissions_boundary_type end |