Class: Aws::CloudWatch::Types::GetDatasetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::GetDatasetInput
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_identifier ⇒ String
Specifies the identifier of the dataset to retrieve.
Instance Attribute Details
#dataset_identifier ⇒ String
Specifies the identifier of the dataset to retrieve. For the
default dataset, you can specify either default or the full
dataset Amazon Resource Name (ARN) in the format
arn:aws:cloudwatch:Region:account-id:dataset/default.
1584 1585 1586 1587 1588 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1584 class GetDatasetInput < Struct.new( :dataset_identifier) SENSITIVE = [] include Aws::Structure end |