Class: Aws::IoTSiteWise::Types::Source

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

The data source for the dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Contains the ARN of the dataset. If the source is Kendra, it’s the ARN of the Kendra index.

Returns:

  • (String)


8497
8498
8499
8500
8501
8502
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8497

class Source < Struct.new(
  :arn,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#locationTypes::Location

Contains the location information where the cited text is originally stored. For example, if the data source is Kendra, and the text synchronized is from an S3 bucket, then the location refers to an S3 object.

Returns:



8497
8498
8499
8500
8501
8502
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8497

class Source < Struct.new(
  :arn,
  :location)
  SENSITIVE = []
  include Aws::Structure
end