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.
2835 2836 2837 |
# File 'sig/types.rbs', line 2835 def access_control_list @access_control_list end |
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
2831 2832 2833 |
# File 'sig/types.rbs', line 2831 def bucket_name @bucket_name end |
#canned_acl ⇒ "private", ...
Returns the value of attribute canned_acl.
2834 2835 2836 |
# File 'sig/types.rbs', line 2834 def canned_acl @canned_acl end |
#encryption ⇒ Types::Encryption
Returns the value of attribute encryption.
2833 2834 2835 |
# File 'sig/types.rbs', line 2833 def encryption @encryption end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
2832 2833 2834 |
# File 'sig/types.rbs', line 2832 def prefix @prefix end |
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
2838 2839 2840 |
# File 'sig/types.rbs', line 2838 def storage_class @storage_class end |
#tagging ⇒ Types::Tagging
Returns the value of attribute tagging.
2836 2837 2838 |
# File 'sig/types.rbs', line 2836 def tagging @tagging end |
#user_metadata ⇒ ::Array[Types::MetadataEntry]
Returns the value of attribute user_metadata.
2837 2838 2839 |
# File 'sig/types.rbs', line 2837 def @user_metadata end |