Class: Aws::Types::UpdateResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expected_revision_id ⇒ ::String
Returns the value of attribute expected_revision_id.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#expected_revision_id ⇒ ::String
Returns the value of attribute expected_revision_id.
3691 3692 3693 |
# File 'sig/types.rbs', line 3691 def expected_revision_id @expected_revision_id end |
#policy ⇒ ::String
Returns the value of attribute policy.
3690 3691 3692 |
# File 'sig/types.rbs', line 3690 def policy @policy end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
3689 3690 3691 |
# File 'sig/types.rbs', line 3689 def resource_arn @resource_arn end |