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:



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.

Returns:

  • (::String)


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.

Returns:

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


2810
2811
2812
# File 'sig/types.rbs', line 2810

def canned_acl
  @canned_acl
end

#encryptionTypes::Encryption

Returns the value of attribute encryption.

Returns:



2809
2810
2811
# File 'sig/types.rbs', line 2809

def encryption
  @encryption
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


2808
2809
2810
# File 'sig/types.rbs', line 2808

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")


2814
2815
2816
# File 'sig/types.rbs', line 2814

def storage_class
  @storage_class
end

#taggingTypes::Tagging

Returns the value of attribute tagging.

Returns:



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.

Returns:



2813
2814
2815
# File 'sig/types.rbs', line 2813

def 
  @user_metadata
end