Class: Aws::IoTSiteWise::Types::UpdateDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::UpdateDatasetResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arn ⇒ String
The [ARN][1] of the dataset.
-
#dataset_id ⇒ String
The ID of the dataset.
-
#dataset_status ⇒ Types::DatasetStatus
The status of the dataset.
Instance Attribute Details
#dataset_arn ⇒ String
The ARN of the dataset. The format is
arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}.
14883 14884 14885 14886 14887 14888 14889 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 14883 class UpdateDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_status) SENSITIVE = [] include Aws::Structure end |
#dataset_id ⇒ String
The ID of the dataset.
14883 14884 14885 14886 14887 14888 14889 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 14883 class UpdateDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_status) SENSITIVE = [] include Aws::Structure end |
#dataset_status ⇒ Types::DatasetStatus
The status of the dataset. This contains the state and any error
messages. State is UPDATING after a successfull call to this API,
and any associated error message. The state is ACTIVE when ready
to use.
14883 14884 14885 14886 14887 14888 14889 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 14883 class UpdateDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_status) SENSITIVE = [] include Aws::Structure end |