Class: Aws::QuickSight::Types::SearchTopicsV2Response

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

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


40106
40107
40108
40109
40110
40111
40112
40113
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40106

class SearchTopicsV2Response < Struct.new(
  :topic_summary_list,
  :next_token,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


40106
40107
40108
40109
40110
40111
40112
40113
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40106

class SearchTopicsV2Response < Struct.new(
  :topic_summary_list,
  :next_token,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


40106
40107
40108
40109
40110
40111
40112
40113
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40106

class SearchTopicsV2Response < Struct.new(
  :topic_summary_list,
  :next_token,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#topic_summary_listArray<Types::TopicV2Summary>

A list of topic summaries that is returned by the search topic request.

Returns:



40106
40107
40108
40109
40110
40111
40112
40113
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40106

class SearchTopicsV2Response < Struct.new(
  :topic_summary_list,
  :next_token,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end