Class: Aws::QuickSight::Types::DataSetIdentifierDeclaration

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

Overview

A data set.

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)


8384
8385
8386
8387
8388
8389
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8384

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

#identifierString

The identifier of the data set, typically the data set's name.

Returns:

  • (String)


8384
8385
8386
8387
8388
8389
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8384

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