Class: Aws::QuickSight::Types::ListTopicsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListTopicsResponse
- Includes:
- Structure
- Defined in:
- 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.
-
#topics_summaries ⇒ Array<Types::TopicSummary>
A list of topic summaries.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
23160 23161 23162 23163 23164 23165 23166 23167 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23160 class ListTopicsResponse < Struct.new( :topics_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
23160 23161 23162 23163 23164 23165 23166 23167 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23160 class ListTopicsResponse < Struct.new( :topics_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
23160 23161 23162 23163 23164 23165 23166 23167 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23160 class ListTopicsResponse < Struct.new( :topics_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#topics_summaries ⇒ Array<Types::TopicSummary>
A list of topic summaries.
23160 23161 23162 23163 23164 23165 23166 23167 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23160 class ListTopicsResponse < Struct.new( :topics_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |