Class: Aws::Types::PutResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
3105 3106 3107 |
# File 'sig/types.rbs', line 3105 def policy_document @policy_document end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
3104 3105 3106 |
# File 'sig/types.rbs', line 3104 def resource_arn @resource_arn end |