Class: Aws::IoTSiteWise::Types::DataSetReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DataSetReference
- Includes:
- Structure
- Defined in:
- 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] 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`.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
3584 3585 3586 3587 3588 3589 |
# File '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 'lib/aws-sdk-iotsitewise/types.rb', line 3584 class DataSetReference < Struct.new( :dataset_arn, :source) SENSITIVE = [] include Aws::Structure end |