Class: Aws::QuickSight::Types::TopicReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Topic reference.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#topic_arn ⇒ String
Topic Amazon Resource Name (ARN).
-
#topic_placeholder ⇒ String
Topic placeholder.
Instance Attribute Details
#topic_arn ⇒ String
Topic Amazon Resource Name (ARN).
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_placeholder ⇒ String
Topic placeholder.
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 |