Class: Aws::QuickSight::Types::MappedDataSetParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::MappedDataSetParameter
- 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
-
#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.
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_name ⇒ String
The name of the dataset parameter.
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 |