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:

  • (::String)


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.

Returns:

  • ("None", "Gzip")


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.

Returns:

  • (::String)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def content_type
  @content_type
end

#data_sourceTypes::DataSource

Returns the value of attribute data_source.

Returns:



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.

Returns:

  • ("Pipe", "File", "FastFile")


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.

Returns:

  • ("None", "RecordIO")


1137
1138
1139
# File 'sig/types.rbs', line 1137

def record_wrapper_type
  @record_wrapper_type
end

#shuffle_configTypes::ShuffleConfig

Returns the value of attribute shuffle_config.



1139
1140
1141
# File 'sig/types.rbs', line 1139

def shuffle_config
  @shuffle_config
end