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.
1540 1541 1542 1543 1544 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1540 class GetDatasetInput < Struct.new( :dataset_identifier) SENSITIVE = [] include Aws::Structure end |