Class: Aws::QuickSight::Types::MappedDataSetParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::MappedDataSetParameter
- 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
-
#data_set_identifier ⇒ String
A unique name that identifies a dataset within the analysis or dashboard.
-
#data_set_parameter_name ⇒ String
The name of the dataset parameter.
Instance Attribute Details
#data_set_identifier ⇒ String
A unique name that identifies a dataset within the analysis or dashboard.
21067 21068 21069 21070 21071 21072 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21067 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.
21067 21068 21069 21070 21071 21072 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21067 class MappedDataSetParameter < Struct.new( :data_set_identifier, :data_set_parameter_name) SENSITIVE = [] include Aws::Structure end |