Class: Aws::Types::DatasetSource
- Inherits:
-
Object
- Object
- Aws::Types::DatasetSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_detail ⇒ Types::SourceDetail
Returns the value of attribute source_detail.
-
#source_format ⇒ "KNOWLEDGE_BASE", "TIMESERIES"
Returns the value of attribute source_format.
-
#source_type ⇒ "KENDRA", "SITEWISE"
Returns the value of attribute source_type.
Instance Attribute Details
#source_detail ⇒ Types::SourceDetail
Returns the value of attribute source_detail.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def source_detail @source_detail end |
#source_format ⇒ "KNOWLEDGE_BASE", "TIMESERIES"
Returns the value of attribute source_format.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def source_format @source_format end |
#source_type ⇒ "KENDRA", "SITEWISE"
Returns the value of attribute source_type.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def source_type @source_type end |