Class: Aws::Types::S3Location
- Inherits:
-
Object
- Object
- Aws::Types::S3Location
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_control_list ⇒ ::Array[Types::Grant]
Returns the value of attribute access_control_list.
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#canned_acl ⇒ "private", ...
Returns the value of attribute canned_acl.
-
#encryption ⇒ Types::Encryption
Returns the value of attribute encryption.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
-
#tagging ⇒ ::Hash[::String, ::String]
Returns the value of attribute tagging.
-
#user_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_metadata.
Instance Attribute Details
#access_control_list ⇒ ::Array[Types::Grant]
Returns the value of attribute access_control_list.
516 517 518 |
# File 'sig/types.rbs', line 516 def access_control_list @access_control_list end |
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
512 513 514 |
# File 'sig/types.rbs', line 512 def bucket_name @bucket_name end |
#canned_acl ⇒ "private", ...
Returns the value of attribute canned_acl.
515 516 517 |
# File 'sig/types.rbs', line 515 def canned_acl @canned_acl end |
#encryption ⇒ Types::Encryption
Returns the value of attribute encryption.
514 515 516 |
# File 'sig/types.rbs', line 514 def encryption @encryption end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
513 514 515 |
# File 'sig/types.rbs', line 513 def prefix @prefix end |
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
519 520 521 |
# File 'sig/types.rbs', line 519 def storage_class @storage_class end |
#tagging ⇒ ::Hash[::String, ::String]
Returns the value of attribute tagging.
517 518 519 |
# File 'sig/types.rbs', line 517 def tagging @tagging end |
#user_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_metadata.
518 519 520 |
# File 'sig/types.rbs', line 518 def end |