Class: Aws::Types::PolicyDescription
- Inherits:
-
Object
- Object
- Aws::Types::PolicyDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_attribute_descriptions ⇒ ::Array[Types::PolicyAttributeDescription]
Returns the value of attribute policy_attribute_descriptions.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_type_name ⇒ ::String
Returns the value of attribute policy_type_name.
Instance Attribute Details
#policy_attribute_descriptions ⇒ ::Array[Types::PolicyAttributeDescription]
Returns the value of attribute policy_attribute_descriptions.
453 454 455 |
# File 'sig/types.rbs', line 453 def policy_attribute_descriptions @policy_attribute_descriptions end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
451 452 453 |
# File 'sig/types.rbs', line 451 def policy_name @policy_name end |
#policy_type_name ⇒ ::String
Returns the value of attribute policy_type_name.
452 453 454 |
# File 'sig/types.rbs', line 452 def policy_type_name @policy_type_name end |