Class: Aws::Types::TransformInput
- Inherits:
-
Object
- Object
- Aws::Types::TransformInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compression_type ⇒ "None", "Gzip"
Returns the value of attribute compression_type.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#data_source ⇒ Types::TransformDataSource
Returns the value of attribute data_source.
-
#split_type ⇒ "None", ...
Returns the value of attribute split_type.
Instance Attribute Details
#compression_type ⇒ "None", "Gzip"
Returns the value of attribute compression_type.
11669 11670 11671 |
# File 'sig/types.rbs', line 11669 def compression_type @compression_type end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
11668 11669 11670 |
# File 'sig/types.rbs', line 11668 def content_type @content_type end |
#data_source ⇒ Types::TransformDataSource
Returns the value of attribute data_source.
11667 11668 11669 |
# File 'sig/types.rbs', line 11667 def data_source @data_source end |
#split_type ⇒ "None", ...
Returns the value of attribute split_type.
11670 11671 11672 |
# File 'sig/types.rbs', line 11670 def split_type @split_type end |