Class: Aws::Types::S3Location

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_list::Array[Types::Grant]

Returns the value of attribute access_control_list.

Returns:



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.

Returns:



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.

Returns:



2834
2835
2836
# File 'sig/types.rbs', line 2834

def canned_acl
  @canned_acl
end

#encryptionTypes::Encryption

Returns the value of attribute encryption.

Returns:



2833
2834
2835
# File 'sig/types.rbs', line 2833

def encryption
  @encryption
end

#prefix::String

Returns the value of attribute prefix.

Returns:



2832
2833
2834
# File 'sig/types.rbs', line 2832

def prefix
  @prefix
end

#storage_class"STANDARD", ...

Returns the value of attribute storage_class.

Returns:



2838
2839
2840
# File 'sig/types.rbs', line 2838

def storage_class
  @storage_class
end

#taggingTypes::Tagging

Returns the value of attribute tagging.

Returns:



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.

Returns:



2837
2838
2839
# File 'sig/types.rbs', line 2837

def 
  @user_metadata
end