Class: Aws::Types::DecimalCondition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_type"GREATER_OR_EQUAL", ...

Returns the value of attribute comparison_type.

Returns:

  • ("GREATER_OR_EQUAL", "GREATER", "LESSER_OR_EQUAL", "LESSER", "EQUAL", "NOT_EQUAL", "RANGE")


2210
2211
2212
# File 'sig/types.rbs', line 2210

def comparison_type
  @comparison_type
end

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


2207
2208
2209
# File 'sig/types.rbs', line 2207

def field_name
  @field_name
end

#max_value::Float

Returns the value of attribute max_value.

Returns:

  • (::Float)


2209
2210
2211
# File 'sig/types.rbs', line 2209

def max_value
  @max_value
end

#min_value::Float

Returns the value of attribute min_value.

Returns:

  • (::Float)


2208
2209
2210
# File 'sig/types.rbs', line 2208

def min_value
  @min_value
end