Class: Aws::Types::PutResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
595 596 597 |
# File 'sig/types.rbs', line 595 def client_token @client_token end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
594 595 596 |
# File 'sig/types.rbs', line 594 def policy_document @policy_document end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
596 597 598 |
# File 'sig/types.rbs', line 596 def revision_id @revision_id end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
593 594 595 |
# File 'sig/types.rbs', line 593 def workspace_id @workspace_id end |