Class: Aws::QuickSight::Types::SearchAppsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SearchAppsResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_summary_list ⇒ Array<Types::AppSummary>
A list of app summaries that match the search criteria.
-
#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.
Instance Attribute Details
#app_summary_list ⇒ Array<Types::AppSummary>
A list of app summaries that match the search criteria.
40444 40445 40446 40447 40448 40449 40450 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40444 class SearchAppsResponse < Struct.new( :app_summary_list, :next_token, :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.
40444 40445 40446 40447 40448 40449 40450 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40444 class SearchAppsResponse < Struct.new( :app_summary_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
40444 40445 40446 40447 40448 40449 40450 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40444 class SearchAppsResponse < Struct.new( :app_summary_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |