Class: Aws::QuickSight::Types::ListTopicsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)


25673
25674
25675
25676
25677
25678
25679
25680
# File 'lib/aws-sdk-quicksight/types.rb', line 25673

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


25673
25674
25675
25676
25677
25678
25679
25680
# File 'lib/aws-sdk-quicksight/types.rb', line 25673

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


25673
25674
25675
25676
25677
25678
25679
25680
# File 'lib/aws-sdk-quicksight/types.rb', line 25673

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

#topics_summariesArray<Types::TopicSummary>

A list of topic summaries.

Returns:



25673
25674
25675
25676
25677
25678
25679
25680
# File 'lib/aws-sdk-quicksight/types.rb', line 25673

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