Class: Aws::Types::SetResourceAccessForBucketRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetResourceAccessForBucketRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access ⇒ "allow", "deny"
Returns the value of attribute access.
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
Instance Attribute Details
#access ⇒ "allow", "deny"
Returns the value of attribute access.
2871 2872 2873 |
# File 'sig/types.rbs', line 2871 def access @access end |
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
2870 2871 2872 |
# File 'sig/types.rbs', line 2870 def bucket_name @bucket_name end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
2869 2870 2871 |
# File 'sig/types.rbs', line 2869 def resource_name @resource_name end |