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.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def source_detail @source_detail end |
#source_format ⇒ "KNOWLEDGE_BASE", "TIMESERIES"
Returns the value of attribute source_format.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def source_format @source_format end |
#source_type ⇒ "KENDRA", "SITEWISE"
Returns the value of attribute source_type.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def source_type @source_type end |