Class: Aws::Types::StepTimeline

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1695
1696
1697
# File 'sig/types.rbs', line 1695

def creation_date_time
  @creation_date_time
end

#end_date_time::Time

Returns the value of attribute end_date_time.

Returns:

  • (::Time)


1697
1698
1699
# File 'sig/types.rbs', line 1697

def end_date_time
  @end_date_time
end

#start_date_time::Time

Returns the value of attribute start_date_time.

Returns:

  • (::Time)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def start_date_time
  @start_date_time
end