Class: Aws::Types::TransformInput

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


11593
11594
11595
# File 'sig/types.rbs', line 11593

def compression_type
  @compression_type
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


11592
11593
11594
# File 'sig/types.rbs', line 11592

def content_type
  @content_type
end

#data_sourceTypes::TransformDataSource

Returns the value of attribute data_source.



11591
11592
11593
# File 'sig/types.rbs', line 11591

def data_source
  @data_source
end

#split_type"None", ...

Returns the value of attribute split_type.

Returns:

  • ("None", "Line", "RecordIO", "TFRecord")


11594
11595
11596
# File 'sig/types.rbs', line 11594

def split_type
  @split_type
end