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_identifier ⇒ String

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

Returns:

  • (String)


33578
33579
33580
33581
33582
33583
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33578

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

#data_set_parameter_name ⇒ String

The name of the dataset parameter.

Returns:

  • (String)


33578
33579
33580
33581
33582
33583
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33578

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