Class: Aws::Types::SystemPolicyDisassociatedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::SystemPolicyDisassociatedMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def policy_arn @policy_arn end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def policy_name @policy_name end |