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

#from_date::Time

Returns the value of attribute from_date.

Returns:

  • (::Time)


492
493
494
# File 'sig/types.rbs', line 492

def from_date
  @from_date
end

#to_date::Time

Returns the value of attribute to_date.

Returns:

  • (::Time)


493
494
495
# File 'sig/types.rbs', line 493

def to_date
  @to_date
end