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_arnString

Topic Amazon Resource Name (ARN).

Returns:

  • (String)


46169
46170
46171
46172
46173
46174
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46169

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

#topic_placeholderString

Topic placeholder.

Returns:

  • (String)


46169
46170
46171
46172
46173
46174
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46169

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