Class: Aws::CloudWatch::Types::ListDashboardsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


2026
2027
2028
2029
2030
2031
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2026

class ListDashboardsInput < Struct.new(
  :dashboard_name_prefix,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


2026
2027
2028
2029
2030
2031
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2026

class ListDashboardsInput < Struct.new(
  :dashboard_name_prefix,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end