Class: Aws::QuickSight::Types::NumericRangeFilterValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NumericRangeFilterValue
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The value input pf the numeric range filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter ⇒ String
The parameter that is used in the numeric range.
-
#static_value ⇒ Float
The static value of the numeric range filter.
Instance Attribute Details
#parameter ⇒ String
The parameter that is used in the numeric range.
24408 24409 24410 24411 24412 24413 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24408 class NumericRangeFilterValue < Struct.new( :static_value, :parameter) SENSITIVE = [] include Aws::Structure end |
#static_value ⇒ Float
The static value of the numeric range filter.
24408 24409 24410 24411 24412 24413 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24408 class NumericRangeFilterValue < Struct.new( :static_value, :parameter) SENSITIVE = [] include Aws::Structure end |