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::Time

Returns the value of attribute end.

Returns:



3041
3042
3043
# File 'sig/types.rbs', line 3041

def end
  @end
end

#start::Time

Returns the value of attribute start.

Returns:



3040
3041
3042
# File 'sig/types.rbs', line 3040

def start
  @start
end