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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


7891
7892
7893
7894
7895
7896
# File 'lib/aws-sdk-quicksight/types.rb', line 7891

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)


7891
7892
7893
7894
7895
7896
# File 'lib/aws-sdk-quicksight/types.rb', line 7891

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