Class: Aws::QuickSight::Types::TopicV2DataSetReference

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

Overview

A structure that represents a data set reference of a topic.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_arnString

The Amazon Resource Name (ARN) of the data set.

Returns:

  • (String)


45321
45322
45323
45324
45325
45326
# File 'lib/aws-sdk-quicksight/types.rb', line 45321

class TopicV2DataSetReference < Struct.new(
  :data_set_arn,
  :data_set_name)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_nameString

The name of the data set.

Returns:

  • (String)


45321
45322
45323
45324
45325
45326
# File 'lib/aws-sdk-quicksight/types.rb', line 45321

class TopicV2DataSetReference < Struct.new(
  :data_set_arn,
  :data_set_name)
  SENSITIVE = []
  include Aws::Structure
end