Class: Aws::CloudWatch::Types::ListDashboardsOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_entriesArray<Types::DashboardEntry>

The list of matching dashboards.

Returns:



906
907
908
909
910
# File 'lib/aws-sdk-cloudwatch/types.rb', line 906

class ListDashboardsOutput < Struct.new(
  :dashboard_entries,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token that marks the start of the next batch of returned results.

Returns:

  • (String)


906
907
908
909
910
# File 'lib/aws-sdk-cloudwatch/types.rb', line 906

class ListDashboardsOutput < Struct.new(
  :dashboard_entries,
  :next_token)
  include Aws::Structure
end