Class: Aws::Types::DateRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison"WITHIN", "OLDER_THAN"

Returns the value of attribute comparison.

Returns:

  • ("WITHIN", "OLDER_THAN")


5371
5372
5373
# File 'sig/types.rbs', line 5371

def comparison
  @comparison
end

#unit"DAYS"

Returns the value of attribute unit.

Returns:

  • ("DAYS")


5370
5371
5372
# File 'sig/types.rbs', line 5370

def unit
  @unit
end

#value::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


5369
5370
5371
# File 'sig/types.rbs', line 5369

def value
  @value
end