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")


2179
2180
2181
# File 'sig/types.rbs', line 2179

def comparison_type
  @comparison_type
end

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


2177
2178
2179
# File 'sig/types.rbs', line 2177

def field_name
  @field_name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2178
2179
2180
# File 'sig/types.rbs', line 2178

def value
  @value
end