Class: Aws::Types::Timing

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#finish_time::Time

Returns the value of attribute finish_time.

Returns:

  • (::Time)


2363
2364
2365
# File 'sig/types.rbs', line 2363

def finish_time
  @finish_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


2364
2365
2366
# File 'sig/types.rbs', line 2364

def start_time
  @start_time
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:

  • (::Time)


2365
2366
2367
# File 'sig/types.rbs', line 2365

def submit_time
  @submit_time
end