Class: Aws::Types::PolicyDetail
- Inherits:
-
Object
- Object
- Aws::Types::PolicyDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def policy_name @policy_name end |