Class: Aws::Types::Channel

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#channel_name::String

Returns the value of attribute channel_name.

Returns:



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.

Returns:



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.

Returns:



1150
1151
1152
# File 'sig/types.rbs', line 1150

def content_type
  @content_type
end

#data_sourceTypes::DataSource

Returns the value of attribute data_source.

Returns:



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.

Returns:



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.

Returns:



1152
1153
1154
# File 'sig/types.rbs', line 1152

def record_wrapper_type
  @record_wrapper_type
end

#shuffle_configTypes::ShuffleConfig

Returns the value of attribute shuffle_config.

Returns:



1154
1155
1156
# File 'sig/types.rbs', line 1154

def shuffle_config
  @shuffle_config
end