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 ⇒ Types::Tagging
Returns the value of attribute tagging.
-
#user_metadata ⇒ ::Array[Types::MetadataEntry]
Returns the value of attribute user_metadata.
Instance Attribute Details
#access_control_list ⇒ ::Array[Types::Grant]
Returns the value of attribute access_control_list.
2811 2812 2813 |
# File 'sig/types.rbs', line 2811 def access_control_list @access_control_list end |
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
2807 2808 2809 |
# File 'sig/types.rbs', line 2807 def bucket_name @bucket_name end |
#canned_acl ⇒ "private", ...
Returns the value of attribute canned_acl.
2810 2811 2812 |
# File 'sig/types.rbs', line 2810 def canned_acl @canned_acl end |
#encryption ⇒ Types::Encryption
Returns the value of attribute encryption.
2809 2810 2811 |
# File 'sig/types.rbs', line 2809 def encryption @encryption end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
2808 2809 2810 |
# File 'sig/types.rbs', line 2808 def prefix @prefix end |
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
2814 2815 2816 |
# File 'sig/types.rbs', line 2814 def storage_class @storage_class end |
#tagging ⇒ Types::Tagging
Returns the value of attribute tagging.
2812 2813 2814 |
# File 'sig/types.rbs', line 2812 def tagging @tagging end |
#user_metadata ⇒ ::Array[Types::MetadataEntry]
Returns the value of attribute user_metadata.
2813 2814 2815 |
# File 'sig/types.rbs', line 2813 def @user_metadata end |