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

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


22326
22327
22328
22329
22330
22331
# File 'lib/aws-sdk-quicksight/types.rb', line 22326

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)


22326
22327
22328
22329
22330
22331
# File 'lib/aws-sdk-quicksight/types.rb', line 22326

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