Class: Aws::Types::ParallelDataConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#format"TSV", ...

Returns the value of attribute format.

Returns:

  • ("TSV", "CSV", "TMX")


242
243
244
# File 'sig/types.rbs', line 242

def format
  @format
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def s3_uri
  @s3_uri
end