Class: Aws::QuickSight::Types::TopicReference

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

Overview

Topic reference.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#topic_arnString

Topic Amazon Resource Name (ARN).

Returns:

  • (String)


46584
46585
46586
46587
46588
46589
# File 'lib/aws-sdk-quicksight/types.rb', line 46584

class TopicReference < Struct.new(
  :topic_placeholder,
  :topic_arn)
  SENSITIVE = []
  include Aws::Structure
end

#topic_placeholderString

Topic placeholder.

Returns:

  • (String)


46584
46585
46586
46587
46588
46589
# File 'lib/aws-sdk-quicksight/types.rb', line 46584

class TopicReference < Struct.new(
  :topic_placeholder,
  :topic_arn)
  SENSITIVE = []
  include Aws::Structure
end