Class: Aws::Types::PutResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
Instance Attribute Details
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def policy_revision_id @policy_revision_id end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def resource_arn @resource_arn end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def resource_policy @resource_policy end |