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.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def channel_name @channel_name end |
#compression_type ⇒ "None", "Gzip"
Returns the value of attribute compression_type.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def compression_type @compression_type end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def content_type @content_type end |
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def data_source @data_source end |
#input_mode ⇒ "Pipe", ...
Returns the value of attribute input_mode.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def input_mode @input_mode end |
#record_wrapper_type ⇒ "None", "RecordIO"
Returns the value of attribute record_wrapper_type.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def record_wrapper_type @record_wrapper_type end |
#shuffle_config ⇒ Types::ShuffleConfig
Returns the value of attribute shuffle_config.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def shuffle_config @shuffle_config end |