Class: Aws::CloudTrail::Types::ListDashboardsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::ListDashboardsResponse
- Defined in:
- gems/aws-sdk-cloudtrail/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.
3250 3251 3252 3253 3254 3255 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3250 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.
3250 3251 3252 3253 3254 3255 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3250 class ListDashboardsResponse < Struct.new( :dashboards, :next_token) SENSITIVE = [] include Aws::Structure end |