Class: Aws::Types::InputFileConfig
- Inherits:
-
Object
- Object
- Aws::Types::InputFileConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
Instance Attribute Details
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
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.
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.
263 264 265 |
# File 'sig/types.rbs', line 263 def data_source @data_source end |