Class: Aws::Types::Channel
- Inherits:
-
Object
- Object
- Aws::Types::Channel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#compression_type ⇒ "None", "Gzip"
Returns the value of attribute compression_type.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#input_mode ⇒ "Pipe", ...
Returns the value of attribute input_mode.
-
#record_wrapper_type ⇒ "None", "RecordIO"
Returns the value of attribute record_wrapper_type.
-
#shuffle_config ⇒ Types::ShuffleConfig
Returns the value of attribute shuffle_config.
Instance Attribute Details
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def channel_name @channel_name end |
#compression_type ⇒ "None", "Gzip"
Returns the value of attribute compression_type.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def compression_type @compression_type end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def content_type @content_type end |
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def data_source @data_source end |
#input_mode ⇒ "Pipe", ...
Returns the value of attribute input_mode.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def input_mode @input_mode end |
#record_wrapper_type ⇒ "None", "RecordIO"
Returns the value of attribute record_wrapper_type.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def record_wrapper_type @record_wrapper_type end |
#shuffle_config ⇒ Types::ShuffleConfig
Returns the value of attribute shuffle_config.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def shuffle_config @shuffle_config end |