Class: Aws::QuickSight::Types::TopicIdentifierDeclaration

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

Overview

A topic.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of the topic, typically the topic's name.

Returns:

  • (String)


45976
45977
45978
45979
45980
45981
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45976

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

#topic_arnString

The Amazon Resource Name (ARN) of the topic.

Returns:

  • (String)


45976
45977
45978
45979
45980
45981
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45976

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