Class: Aws::Types::NumberCondition

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_type"GREATER_OR_EQUAL", ...

Returns the value of attribute comparison_type.



6176
6177
6178
# File 'sig/types.rbs', line 6176

def comparison_type
  @comparison_type
end

#field_name::String

Returns the value of attribute field_name.



6173
6174
6175
# File 'sig/types.rbs', line 6173

def field_name
  @field_name
end

#max_value::Integer

Returns the value of attribute max_value.



6175
6176
6177
# File 'sig/types.rbs', line 6175

def max_value
  @max_value
end

#min_value::Integer

Returns the value of attribute min_value.



6174
6175
6176
# File 'sig/types.rbs', line 6174

def min_value
  @min_value
end