class
Amazonite::CloudWatch::ListDashboardsInput
- Amazonite::CloudWatch::ListDashboardsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/list_dashboards_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(dashboard_name_prefix : String | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#dashboard_name_prefix : String | Nil
If you specify this parameter, only the dashboards with names starting with the specified string are listed.
-
#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.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The token returned by a previous call to indicate that there is more data available.
-
#next_token=(next_token : String | Nil)
The token returned by a previous call to indicate that there is more data available.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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 "_".
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 "_".
The token returned by a previous call to indicate that there is more data available.
The token returned by a previous call to indicate that there is more data available.