Class: Aws::CloudTrail::Types::ListDashboardsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::ListDashboardsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboards ⇒ Array<Types::DashboardDetail>
Contains information about dashboards in the account, in the current Region that match the applied filters.
-
#next_token ⇒ String
A token you can use to get the next page of dashboard results.
Instance Attribute Details
#dashboards ⇒ Array<Types::DashboardDetail>
Contains information about dashboards in the account, in the current Region that match the applied filters.
3242 3243 3244 3245 3246 3247 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3242 class ListDashboardsResponse < Struct.new( :dashboards, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token you can use to get the next page of dashboard results.
3242 3243 3244 3245 3246 3247 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3242 class ListDashboardsResponse < Struct.new( :dashboards, :next_token) SENSITIVE = [] include Aws::Structure end |