Class: Aws::QuickSight::Types::NumericRangeFilterValue

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#parameterString

The parameter that is used in the numeric range.

Returns:

  • (String)


20988
20989
20990
20991
20992
20993
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20988

class NumericRangeFilterValue < Struct.new(
  :static_value,
  :parameter)
  SENSITIVE = []
  include Aws::Structure
end

#static_valueFloat

The static value of the numeric range filter.

Returns:

  • (Float)


20988
20989
20990
20991
20992
20993
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20988

class NumericRangeFilterValue < Struct.new(
  :static_value,
  :parameter)
  SENSITIVE = []
  include Aws::Structure
end