Class: Aws::QuickSight::Types::ListTopicsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListTopicsResponse
- 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.
-
#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.
20978 20979 20980 20981 20982 20983 20984 20985 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20978 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.
20978 20979 20980 20981 20982 20983 20984 20985 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20978 class ListTopicsResponse < Struct.new( :topics_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
20978 20979 20980 20981 20982 20983 20984 20985 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20978 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.
20978 20979 20980 20981 20982 20983 20984 20985 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20978 class ListTopicsResponse < Struct.new( :topics_summaries, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |