Class: Aws::Types::DateCondition

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_THAN", ...

Returns the value of attribute comparison_type.

Returns:

  • ("GREATER_THAN", "LESS_THAN", "GREATER_THAN_OR_EQUAL_TO", "LESS_THAN_OR_EQUAL_TO", "EQUAL_TO")


2174
2175
2176
# File 'sig/types.rbs', line 2174

def comparison_type
  @comparison_type
end

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


2172
2173
2174
# File 'sig/types.rbs', line 2172

def field_name
  @field_name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2173
2174
2175
# File 'sig/types.rbs', line 2173

def value
  @value
end