Class: Aws::CloudTrail::Types::ListDashboardsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::ListDashboardsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of dashboards to display on a single page.
-
#name_prefix ⇒ String
Specify a name prefix to filter on.
-
#next_token ⇒ String
A token you can use to get the next page of dashboard results.
-
#type ⇒ String
Specify a dashboard type to filter on: ‘CUSTOM` or `MANAGED`.
Instance Attribute Details
permalink #max_results ⇒ Integer
The maximum number of dashboards to display on a single page.
3300 3301 3302 3303 3304 3305 3306 3307 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3300 class ListDashboardsRequest < Struct.new( :name_prefix, :type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
permalink #name_prefix ⇒ String
Specify a name prefix to filter on.
3300 3301 3302 3303 3304 3305 3306 3307 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3300 class ListDashboardsRequest < Struct.new( :name_prefix, :type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
permalink #next_token ⇒ String
A token you can use to get the next page of dashboard results.
3300 3301 3302 3303 3304 3305 3306 3307 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3300 class ListDashboardsRequest < Struct.new( :name_prefix, :type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
permalink #type ⇒ String
Specify a dashboard type to filter on: ‘CUSTOM` or `MANAGED`.
3300 3301 3302 3303 3304 3305 3306 3307 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3300 class ListDashboardsRequest < Struct.new( :name_prefix, :type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |