class Amazonite::CloudWatch::ListMetricStreamsOutput

Included Modules

Defined in:

cloudwatch/list_metric_streams_output.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(next_token : String | Nil = nil, entries : Array(MetricStreamEntry) | Nil = nil) #

[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 entries : Array(MetricStreamEntry) | Nil #

The array of metric stream information.


[View source]
def entries=(entries : Array(MetricStreamEntry) | Nil) #

The array of metric stream information.


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

See Object#hash(hasher)


def next_token : String | Nil #

The token that marks the start of the next batch of returned results. You can use this token in a subsequent operation to get the next batch of results.


[View source]
def next_token=(next_token : String | Nil) #

The token that marks the start of the next batch of returned results. You can use this token in a subsequent operation to get the next batch of results.


[View source]
def validate! : Nil #

[View source]