Class: Aws::QuickSight::Types::TopicSummary

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

Overview

A topic summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the topic.

Returns:

  • (String)


29183
29184
29185
29186
29187
29188
29189
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29183

class TopicSummary < Struct.new(
  :arn,
  :topic_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the topic.

Returns:

  • (String)


29183
29184
29185
29186
29187
29188
29189
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29183

class TopicSummary < Struct.new(
  :arn,
  :topic_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#topic_idString

The ID for the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

Returns:

  • (String)


29183
29184
29185
29186
29187
29188
29189
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29183

class TopicSummary < Struct.new(
  :arn,
  :topic_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end