Class: Aws::IoTSiteWise::Types::Source
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::Source
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
The data source for the dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Contains the ARN of the dataset.
-
#location ⇒ Types::Location
Contains the location information where the cited text is originally stored.
Instance Attribute Details
#arn ⇒ String
Contains the ARN of the dataset. If the source is Kendra, it's the ARN of the Kendra index.
9883 9884 9885 9886 9887 9888 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9883 class Source < Struct.new( :arn, :location) SENSITIVE = [] include Aws::Structure end |
#location ⇒ Types::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.
9883 9884 9885 9886 9887 9888 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9883 class Source < Struct.new( :arn, :location) SENSITIVE = [] include Aws::Structure end |