Class: Aws::Types::TransformS3DataSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_data_type"ManifestFile", ...

Returns the value of attribute s3_data_type.

Returns:

  • ("ManifestFile", "S3Prefix", "AugmentedManifestFile", "Converse")


11668
11669
11670
# File 'sig/types.rbs', line 11668

def s3_data_type
  @s3_data_type
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


11669
11670
11671
# File 'sig/types.rbs', line 11669

def s3_uri
  @s3_uri
end