Class: Aws::Types::PutResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#policy_hash ⇒ ::String
Returns the value of attribute policy_hash.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#policy ⇒ ::String
Returns the value of attribute policy.
3733 3734 3735 |
# File 'sig/types.rbs', line 3733 def policy @policy end |
#policy_hash ⇒ ::String
Returns the value of attribute policy_hash.
3735 3736 3737 |
# File 'sig/types.rbs', line 3735 def policy_hash @policy_hash end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
3734 3735 3736 |
# File 'sig/types.rbs', line 3734 def policy_id @policy_id end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
3732 3733 3734 |
# File 'sig/types.rbs', line 3732 def resource_arn @resource_arn end |