Class: Aws::Types::InputFileConfig

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)


261
262
263
# File 'sig/types.rbs', line 261

def channel_name
  @channel_name
end

#content_type ⇒ ::String

Returns the value of attribute content_type.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def content_type
  @content_type
end

#data_source ⇒ Types::DataSource

Returns the value of attribute data_source.

Returns:



263
264
265
# File 'sig/types.rbs', line 263

def data_source
  @data_source
end