Class: Aws::Types::DatasetSource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_detailTypes::SourceDetail

Returns the value of attribute source_detail.

Returns:



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.

Returns:

  • ("KNOWLEDGE_BASE", "TIMESERIES")


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.

Returns:

  • ("KENDRA", "SITEWISE")


1235
1236
1237
# File 'sig/types.rbs', line 1235

def source_type
  @source_type
end