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)


45016
45017
45018
45019
45020
45021
# File 'lib/aws-sdk-quicksight/types.rb', line 45016

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

#topic_placeholderString

Topic placeholder.

Returns:

  • (String)


45016
45017
45018
45019
45020
45021
# File 'lib/aws-sdk-quicksight/types.rb', line 45016

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