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)


2384
2385
2386
# File 'sig/types.rbs', line 2384

def finish_time
  @finish_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


2385
2386
2387
# File 'sig/types.rbs', line 2385

def start_time
  @start_time
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:

  • (::Time)


2386
2387
2388
# File 'sig/types.rbs', line 2386

def submit_time
  @submit_time
end