Class: Aws::Types::PolicyAttributeDescription
- Inherits:
-
Object
- Object
- Aws::Types::PolicyAttributeDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#attribute_value ⇒ ::String
Returns the value of attribute attribute_value.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
436 437 438 |
# File 'sig/types.rbs', line 436 def attribute_name @attribute_name end |
#attribute_value ⇒ ::String
Returns the value of attribute attribute_value.
437 438 439 |
# File 'sig/types.rbs', line 437 def attribute_value @attribute_value end |