Class: Aws::Types::S3Action
- Inherits:
-
Object
- Object
- Aws::Types::S3Action
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#canned_acl ⇒ "private", ...
Returns the value of attribute canned_acl.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
4353 4354 4355 |
# File 'sig/types.rbs', line 4353 def bucket_name @bucket_name end |
#canned_acl ⇒ "private", ...
Returns the value of attribute canned_acl.
4355 4356 4357 |
# File 'sig/types.rbs', line 4355 def canned_acl @canned_acl end |
#key ⇒ ::String
Returns the value of attribute key.
4354 4355 4356 |
# File 'sig/types.rbs', line 4354 def key @key end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4352 4353 4354 |
# File 'sig/types.rbs', line 4352 def role_arn @role_arn end |