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
show all
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

Instance Attribute Details

#dashboard_name_prefixString

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 \"_\".

Returns:

  • (String)

    If you specify this parameter, only the dashboards with names starting with the specified string are listed.

#next_tokenString

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

Returns:

  • (String)

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