Class: Aws::Types::Dataset
- Inherits:
-
Object
- Object
- Aws::Types::Dataset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_config ⇒ Types::DatasetInputConfig
Returns the value of attribute input_config.
-
#type ⇒ "INTERACTIONS"
Returns the value of attribute type.
Instance Attribute Details
#input_config ⇒ Types::DatasetInputConfig
Returns the value of attribute input_config.
409 410 411 |
# File 'sig/types.rbs', line 409 def input_config @input_config end |
#type ⇒ "INTERACTIONS"
Returns the value of attribute type.
408 409 410 |
# File 'sig/types.rbs', line 408 def type @type end |