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.
19815 19816 19817 19818 19819 19820 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19815 class IntegerParameter < Struct.new( :name, :values) SENSITIVE = [:values] include Aws::Structure end |
#values ⇒ Array<Integer>
The values for the integer parameter.
19815 19816 19817 19818 19819 19820 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19815 class IntegerParameter < Struct.new( :name, :values) SENSITIVE = [:values] include Aws::Structure end |