Class: Aws::Types::PutResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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
#name ⇒ ::String
Returns the value of attribute name.
328 329 330 |
# File 'sig/types.rbs', line 328 def name @name end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
329 330 331 |
# File 'sig/types.rbs', line 329 def policy_document @policy_document end |
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
330 331 332 |
# File 'sig/types.rbs', line 330 def policy_revision_id @policy_revision_id end |