Class: Aws::CloudWatch::Types::ListDashboardsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ListDashboardsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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 “_”.
2093 2094 2095 2096 2097 2098 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2093 class ListDashboardsInput < Struct.new( :dashboard_name_prefix, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned by a previous call to indicate that there is more data available.
2093 2094 2095 2096 2097 2098 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2093 class ListDashboardsInput < Struct.new( :dashboard_name_prefix, :next_token) SENSITIVE = [] include Aws::Structure end |