Class: Aws::QuickSight::Types::MappedDataSetParameter

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

Overview

A dataset parameter that is mapped to an analysis parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_identifierString

A unique name that identifies a dataset within the analysis or dashboard.

Returns:

  • (String)


20347
20348
20349
20350
20351
20352
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20347

class MappedDataSetParameter < Struct.new(
  :data_set_identifier,
  :data_set_parameter_name)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_parameter_nameString

The name of the dataset parameter.

Returns:

  • (String)


20347
20348
20349
20350
20351
20352
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20347

class MappedDataSetParameter < Struct.new(
  :data_set_identifier,
  :data_set_parameter_name)
  SENSITIVE = []
  include Aws::Structure
end