Class: Aws::QuickSight::Types::ListDashboardsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListDashboardsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_summary_list ⇒ Array<Types::DashboardSummary>
A structure that contains all of the dashboards in your Amazon Web Services account.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#dashboard_summary_list ⇒ Array<Types::DashboardSummary>
A structure that contains all of the dashboards in your Amazon Web Services account. This structure provides basic information about the dashboards.
20577 20578 20579 20580 20581 20582 20583 20584 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20577 class ListDashboardsResponse < Struct.new( :dashboard_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
20577 20578 20579 20580 20581 20582 20583 20584 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20577 class ListDashboardsResponse < Struct.new( :dashboard_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
20577 20578 20579 20580 20581 20582 20583 20584 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20577 class ListDashboardsResponse < Struct.new( :dashboard_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
20577 20578 20579 20580 20581 20582 20583 20584 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20577 class ListDashboardsResponse < Struct.new( :dashboard_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |