Class: Aws::QuickSight::Types::StringParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::StringParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A string parameter.
Constant Summary collapse
- SENSITIVE =
[:values]
Instance Attribute Summary collapse
-
#name ⇒ String
A display name for a string parameter.
-
#values ⇒ Array<String>
The values of a string parameter.
Instance Attribute Details
#name ⇒ String
A display name for a string parameter.
28179 28180 28181 28182 28183 28184 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28179 class StringParameter < Struct.new( :name, :values) SENSITIVE = [:values] include Aws::Structure end |
#values ⇒ Array<String>
The values of a string parameter.
28179 28180 28181 28182 28183 28184 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28179 class StringParameter < Struct.new( :name, :values) SENSITIVE = [:values] include Aws::Structure end |