Class: Aws::Types::PutResourcePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
Instance Attribute Details
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
335 336 337 |
# File 'sig/types.rbs', line 335 def policy_document @policy_document end |
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
336 337 338 |
# File 'sig/types.rbs', line 336 def policy_revision_id @policy_revision_id end |