Class: Aws::Types::DateTimeCondition

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


2235
2236
2237
# File 'sig/types.rbs', line 2235

def comparison_type
  @comparison_type
end

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


2232
2233
2234
# File 'sig/types.rbs', line 2232

def field_name
  @field_name
end

#max_value::String

Returns the value of attribute max_value.

Returns:

  • (::String)


2234
2235
2236
# File 'sig/types.rbs', line 2234

def max_value
  @max_value
end

#min_value::String

Returns the value of attribute min_value.

Returns:

  • (::String)


2233
2234
2235
# File 'sig/types.rbs', line 2233

def min_value
  @min_value
end