class Amazonite::CloudWatch::ListDashboardsInput

Included Modules

Defined in:

cloudwatch/list_dashboards_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[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 dashboard_name_prefix : String | Nil #

If you specify this parameter, only the dashboards with names starting with the specified string are listed. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, ".", "-", and "_".


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

If you specify this parameter, only the dashboards with names starting with the specified string are listed. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, ".", "-", and "_".


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

See Object#hash(hasher)


def next_token : String | Nil #

The token returned by a previous call to indicate that there is more data available.


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

The token returned by a previous call to indicate that there is more data available.


[View source]
def validate! : Nil #

[View source]