Class: Aws::Types::PolicyTypeDescription
- Inherits:
-
Object
- Object
- Aws::Types::PolicyTypeDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#policy_attribute_type_descriptions ⇒ ::Array[Types::PolicyAttributeTypeDescription]
Returns the value of attribute policy_attribute_type_descriptions.
-
#policy_type_name ⇒ ::String
Returns the value of attribute policy_type_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
462 463 464 |
# File 'sig/types.rbs', line 462 def description @description end |
#policy_attribute_type_descriptions ⇒ ::Array[Types::PolicyAttributeTypeDescription]
Returns the value of attribute policy_attribute_type_descriptions.
463 464 465 |
# File 'sig/types.rbs', line 463 def policy_attribute_type_descriptions @policy_attribute_type_descriptions end |
#policy_type_name ⇒ ::String
Returns the value of attribute policy_type_name.
461 462 463 |
# File 'sig/types.rbs', line 461 def policy_type_name @policy_type_name end |