Class: Aws::CloudWatch::Types::GetDatasetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::GetDatasetInput
- Includes:
- Structure
- Defined in:
- 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`.
1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1531 class GetDatasetInput < Struct.new( :dataset_identifier) SENSITIVE = [] include Aws::Structure end |