Class: Aws::CloudWatch::Types::ListDashboardsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ListDashboardsOutput
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_entries ⇒ Array<Types::DashboardEntry>
The list of matching dashboards.
-
#next_token ⇒ String
The token that marks the start of the next batch of returned results.
Instance Attribute Details
#dashboard_entries ⇒ Array<Types::DashboardEntry>
The list of matching dashboards.
2044 2045 2046 2047 2048 2049 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2044 class ListDashboardsOutput < Struct.new( :dashboard_entries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that marks the start of the next batch of returned results.
2044 2045 2046 2047 2048 2049 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2044 class ListDashboardsOutput < Struct.new( :dashboard_entries, :next_token) SENSITIVE = [] include Aws::Structure end |