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.
108 109 110 |
# File 'sig/types.rbs', line 108 def @permissions_boundary_arn end |
#permissions_boundary_type ⇒ "PermissionsBoundaryPolicy"
Returns the value of attribute permissions_boundary_type.
107 108 109 |
# File 'sig/types.rbs', line 107 def @permissions_boundary_type end |