Class: Aws::Types::AttachedManagedPolicy
- Inherits:
-
Object
- Object
- Aws::Types::AttachedManagedPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
134 135 136 |
# File 'sig/types.rbs', line 134 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
133 134 135 |
# File 'sig/types.rbs', line 133 def name @name end |