Class: Aws::Types::PutResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyRequest
- 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.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def expected_revision_id @expected_revision_id end |
#policy ⇒ ::String
Returns the value of attribute policy.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def policy @policy end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
2335 2336 2337 |
# File 'sig/types.rbs', line 2335 def resource_arn @resource_arn end |