Class: Aws::QuickSight::Types::SearchTopicsResponse

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_token ⇒ String

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

Returns:

  • (String)


41029
41030
41031
41032
41033
41034
41035
41036
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41029

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

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


41029
41030
41031
41032
41033
41034
41035
41036
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41029

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

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer)


41029
41030
41031
41032
41033
41034
41035
41036
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41029

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

#topic_summary_list ⇒ Array<Types::TopicSummary>

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

Returns:



41029
41030
41031
41032
41033
41034
41035
41036
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41029

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