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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


31193
31194
31195
31196
31197
31198
31199
31200
# File 'lib/aws-sdk-quicksight/types.rb', line 31193

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

#nameString

The name of the topic.

Returns:

  • (String)


31193
31194
31195
31196
31197
31198
31199
31200
# File 'lib/aws-sdk-quicksight/types.rb', line 31193

class TopicSummary < Struct.new(
  :arn,
  :topic_id,
  :name,
  :user_experience_version)
  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)


31193
31194
31195
31196
31197
31198
31199
31200
# File 'lib/aws-sdk-quicksight/types.rb', line 31193

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

#user_experience_versionString

The user experience version of the topic.

Returns:

  • (String)


31193
31194
31195
31196
31197
31198
31199
31200
# File 'lib/aws-sdk-quicksight/types.rb', line 31193

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