You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatch::Types::ListDashboardsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ListDashboardsInput
- Defined in:
- (unknown)
Overview
Note:
When passing ListDashboardsInput as input to an Aws::Client method, you can use a vanilla Hash:
{
dashboard_name_prefix: "DashboardNamePrefix",
next_token: "NextToken",
}
Instance Attribute Summary collapse
-
#dashboard_name_prefix ⇒ String
If you specify this parameter, only the dashboards with names starting with the specified string are listed.
-
#next_token ⇒ String
The token returned by a previous call to indicate that there is more data available.
Instance Attribute Details
#dashboard_name_prefix ⇒ String
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 \"_\".
#next_token ⇒ String
The token returned by a previous call to indicate that there is more data available.