Class: Aws::Types::PermissionsBoundary
- Inherits:
-
Object
- Object
- Aws::Types::PermissionsBoundary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_managed_policy_reference ⇒ Types::CustomerManagedPolicyReference
Returns the value of attribute customer_managed_policy_reference.
-
#managed_policy_arn ⇒ ::String
Returns the value of attribute managed_policy_arn.
Instance Attribute Details
#customer_managed_policy_reference ⇒ Types::CustomerManagedPolicyReference
Returns the value of attribute customer_managed_policy_reference.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def customer_managed_policy_reference @customer_managed_policy_reference end |
#managed_policy_arn ⇒ ::String
Returns the value of attribute managed_policy_arn.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def managed_policy_arn @managed_policy_arn end |