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.
21830 21831 21832 21833 21834 21835 21836 21837 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21830 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.
21830 21831 21832 21833 21834 21835 21836 21837 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21830 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.
21830 21831 21832 21833 21834 21835 21836 21837 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21830 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.
21830 21831 21832 21833 21834 21835 21836 21837 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21830 class ListDashboardsResponse < Struct.new( :dashboard_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |