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


2141
2142
2143
# File 'sig/types.rbs', line 2141

def comparison_type
  @comparison_type
end

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


2139
2140
2141
# File 'sig/types.rbs', line 2139

def field_name
  @field_name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2140
2141
2142
# File 'sig/types.rbs', line 2140

def value
  @value
end