Class: Aws::Types::AIWorkloadInputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::AIWorkloadInputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#data_source ⇒ Types::AIWorkloadDataSource
Returns the value of attribute data_source.
Instance Attribute Details
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
258 259 260 |
# File 'sig/types.rbs', line 258 def channel_name @channel_name end |
#data_source ⇒ Types::AIWorkloadDataSource
Returns the value of attribute data_source.
259 260 261 |
# File 'sig/types.rbs', line 259 def data_source @data_source end |