class
Amazonite::CloudWatch::GetDatasetOutput
- Amazonite::CloudWatch::GetDatasetOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/get_dataset_output.crConstructors
- .new(dataset_id : String, arn : String, kms_key_arn : String | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String
Returns the Amazon Resource Name (ARN) of the dataset, in the format
arn:aws:cloudwatch:*Region*:*account-id*:dataset/*dataset-id*. -
#arn=(arn : String)
Returns the Amazon Resource Name (ARN) of the dataset, in the format
arn:aws:cloudwatch:*Region*:*account-id*:dataset/*dataset-id*. -
#dataset_id : String
Returns the identifier of the dataset.
-
#dataset_id=(dataset_id : String)
Returns the identifier of the dataset.
-
#hash(hasher)
See
Object#hash(hasher) -
#kms_key_arn : String | Nil
Returns the Amazon Resource Name (ARN) of the customer managed Amazon Web Services KMS key that is currently associated with the dataset, if any.
-
#kms_key_arn=(kms_key_arn : String | Nil)
Returns the Amazon Resource Name (ARN) of the customer managed Amazon Web Services KMS key that is currently associated with the dataset, if any.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Returns the Amazon Resource Name (ARN) of the dataset, in the format
arn:aws:cloudwatch:*Region*:*account-id*:dataset/*dataset-id* .
Returns the Amazon Resource Name (ARN) of the dataset, in the format
arn:aws:cloudwatch:*Region*:*account-id*:dataset/*dataset-id* .
Returns the Amazon Resource Name (ARN) of the customer managed Amazon Web Services KMS key that is currently associated with the dataset, if any. If the dataset is not associated with a customer managed KMS key, this field is not included in the response and the dataset is encrypted at rest using an Amazon Web Services owned key.
Returns the Amazon Resource Name (ARN) of the customer managed Amazon Web Services KMS key that is currently associated with the dataset, if any. If the dataset is not associated with a customer managed KMS key, this field is not included in the response and the dataset is encrypted at rest using an Amazon Web Services owned key.