Class: Aws::Types::AdditionalS3DataSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compression_type"None", "Gzip"

Returns the value of attribute compression_type.

Returns:

  • ("None", "Gzip")


349
350
351
# File 'sig/types.rbs', line 349

def compression_type
  @compression_type
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def etag
  @etag
end

#s3_data_type"S3Object", "S3Prefix"

Returns the value of attribute s3_data_type.

Returns:

  • ("S3Object", "S3Prefix")


347
348
349
# File 'sig/types.rbs', line 347

def s3_data_type
  @s3_data_type
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def s3_uri
  @s3_uri
end