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.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def policy_name @policy_name end |