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:

  • (::String)


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:

  • ("private", "public-read", "public-read-write", "authenticated-read", "aws-exec-read", "bucket-owner-read", "bucket-owner-full-control")


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:

  • (::String)


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

def prefix
  @prefix
end

#storage_class"STANDARD", ...

Returns the value of attribute storage_class.

Returns:

  • ("STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP", "AWS_BACKUP_WARM", "AWS_BACKUP_LOW_COST_WARM")


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