Class: Aws::IoTSiteWise::Types::DataSetReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DataSetReference
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Contains information about the dataset use and it's source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arn ⇒ String
The [ARN][1] of the dataset.
-
#source ⇒ Types::Source
The data source for the dataset.
Instance Attribute Details
#dataset_arn ⇒ String
The ARN of the dataset. The format is
arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}
.
3584 3585 3586 3587 3588 3589 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3584 class DataSetReference < Struct.new( :dataset_arn, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::Source
The data source for the dataset.
3584 3585 3586 3587 3588 3589 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3584 class DataSetReference < Struct.new( :dataset_arn, :source) SENSITIVE = [] include Aws::Structure end |