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.
21907 21908 21909 21910 21911 21912 21913 21914 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21907 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.
21907 21908 21909 21910 21911 21912 21913 21914 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21907 class ListTopicsResponse < Struct.new( :topics_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
21907 21908 21909 21910 21911 21912 21913 21914 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21907 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.
21907 21908 21909 21910 21911 21912 21913 21914 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21907 class ListTopicsResponse < Struct.new( :topics_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |