Class: Aws::Types::TimePeriod

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_at ⇒ ::Time

Returns the value of attribute end_at.

Returns:

  • (::Time)


483
484
485
# File 'sig/types.rbs', line 483

def end_at
  @end_at
end

#start_at ⇒ ::Time

Returns the value of attribute start_at.

Returns:

  • (::Time)


482
483
484
# File 'sig/types.rbs', line 482

def start_at
  @start_at
end