Class: Aws::QuickSight::Types::IntegerParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::IntegerParameter
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
An integer parameter.
Constant Summary collapse
- SENSITIVE =
[:values]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the integer parameter.
-
#values ⇒ Array<Integer>
The values for the integer parameter.
Instance Attribute Details
#name ⇒ String
The name of the integer parameter.
20379 20380 20381 20382 20383 20384 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20379 class IntegerParameter < Struct.new( :name, :values) SENSITIVE = [:values] include Aws::Structure end |
#values ⇒ Array<Integer>
The values for the integer parameter.
20379 20380 20381 20382 20383 20384 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20379 class IntegerParameter < Struct.new( :name, :values) SENSITIVE = [:values] include Aws::Structure end |