Class: Aws::Types::TimeRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#begin_date_inclusive::Time

Returns the value of attribute begin_date_inclusive.

Returns:

  • (::Time)


507
508
509
# File 'sig/types.rbs', line 507

def begin_date_inclusive
  @begin_date_inclusive
end

#end_date_inclusive::Time

Returns the value of attribute end_date_inclusive.

Returns:

  • (::Time)


508
509
510
# File 'sig/types.rbs', line 508

def end_date_inclusive
  @end_date_inclusive
end