Class: Aws::Types::CreateLocationS3Request

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arns::Array[::String]

Returns the value of attribute agent_arns.

Returns:

  • (::Array[::String])


211
212
213
# File 'sig/types.rbs', line 211

def agent_arns
  @agent_arns
end

#s3_bucket_arn::String

Returns the value of attribute s3_bucket_arn.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def s3_bucket_arn
  @s3_bucket_arn
end

#s3_configTypes::S3Config

Returns the value of attribute s3_config.

Returns:



210
211
212
# File 'sig/types.rbs', line 210

def s3_config
  @s3_config
end

#s3_storage_class"STANDARD", ...

Returns the value of attribute s3_storage_class.

Returns:

  • ("STANDARD", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_INSTANT_RETRIEVAL")


209
210
211
# File 'sig/types.rbs', line 209

def s3_storage_class
  @s3_storage_class
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def subdirectory
  @subdirectory
end

#tags::Array[Types::TagListEntry]

Returns the value of attribute tags.

Returns:



212
213
214
# File 'sig/types.rbs', line 212

def tags
  @tags
end