Class: Aws::Types::InlinePolicy
- Inherits:
-
Object
- Object
- Aws::Types::InlinePolicy
- 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.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def policy_name @policy_name end |