Class: Aws::Types::AttachedPolicy
- Inherits:
-
Object
- Object
- Aws::Types::AttachedPolicy
- 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.
102 103 104 |
# File 'sig/types.rbs', line 102 def policy_arn @policy_arn end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
101 102 103 |
# File 'sig/types.rbs', line 101 def policy_name @policy_name end |