class
Amazonite::CloudWatch::GetDatasetInput
- Amazonite::CloudWatch::GetDatasetInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/get_dataset_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#dataset_identifier : String
Specifies the identifier of the dataset to retrieve.
-
#dataset_identifier=(dataset_identifier : String)
Specifies the identifier of the dataset to retrieve.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def 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.
def dataset_identifier=(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.