Class: Aws::QuickSight::Types::SearchTopicsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::SearchTopicsResponse
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #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.
 - 
  
    
      #topic_summary_list  ⇒ Array<Types::TopicSummary> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of topic summaries that is returned by the search topic request.
 
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
      31652 31653 31654 31655 31656 31657 31658 31659  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31652 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.
      31652 31653 31654 31655 31656 31657 31658 31659  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31652 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.
      31652 31653 31654 31655 31656 31657 31658 31659  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31652 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.
      31652 31653 31654 31655 31656 31657 31658 31659  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31652 class SearchTopicsResponse < Struct.new( :topic_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end  |