class Amazonite::CloudWatch::GetDatasetOutput

Included Modules

Defined in:

cloudwatch/get_dataset_output.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(dataset_id : String, arn : String, kms_key_arn : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def arn : String #

Returns the Amazon Resource Name (ARN) of the dataset, in the format arn:aws:cloudwatch:*Region*:*account-id*:dataset/*dataset-id* .


[View source]
def arn=(arn : String) #

Returns the Amazon Resource Name (ARN) of the dataset, in the format arn:aws:cloudwatch:*Region*:*account-id*:dataset/*dataset-id* .


[View source]
def dataset_id : String #

Returns the identifier of the dataset.


[View source]
def dataset_id=(dataset_id : String) #

Returns the identifier of the dataset.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def 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. 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.


[View source]
def 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. 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.


[View source]
def validate! : Nil #

[View source]