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

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

Overview

Topic reference.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#topic_arn ⇒ String

Topic Amazon Resource Name (ARN).

Returns:

  • (String)


47150
47151
47152
47153
47154
47155
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47150

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

#topic_placeholder ⇒ String

Topic placeholder.

Returns:

  • (String)


47150
47151
47152
47153
47154
47155
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47150

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