Class: Aws::QuickSight::Types::SearchAppsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_summary_list ⇒ Array<Types::AppSummary>

A list of app summaries that match the search criteria.

Returns:



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.

Returns:

  • (String)


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.

Returns:

  • (String)


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