Class: Aws::Types::PutBucketPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBucketPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#confirm_remove_self_bucket_access ⇒ Boolean
Returns the value of attribute confirm_remove_self_bucket_access.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def account_id @account_id end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def bucket @bucket end |
#confirm_remove_self_bucket_access ⇒ Boolean
Returns the value of attribute confirm_remove_self_bucket_access.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def confirm_remove_self_bucket_access @confirm_remove_self_bucket_access end |
#policy ⇒ ::String
Returns the value of attribute policy.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def policy @policy end |