Class: Aws::Types::PutResourcePolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confirm_remove_self_resource_access ⇒ Boolean
Returns the value of attribute confirm_remove_self_resource_access.
-
#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
#confirm_remove_self_resource_access ⇒ Boolean
Returns the value of attribute confirm_remove_self_resource_access.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def confirm_remove_self_resource_access @confirm_remove_self_resource_access end |
#expected_revision_id ⇒ ::String
Returns the value of attribute expected_revision_id.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def expected_revision_id @expected_revision_id end |
#policy ⇒ ::String
Returns the value of attribute policy.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def policy @policy end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def resource_arn @resource_arn end |