Class: Aws::Types::InstanceTimeline

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)


825
826
827
# File 'sig/types.rbs', line 825

def creation_date_time
  @creation_date_time
end

#end_date_time::Time

Returns the value of attribute end_date_time.

Returns:

  • (::Time)


827
828
829
# File 'sig/types.rbs', line 827

def end_date_time
  @end_date_time
end

#ready_date_time::Time

Returns the value of attribute ready_date_time.

Returns:

  • (::Time)


826
827
828
# File 'sig/types.rbs', line 826

def ready_date_time
  @ready_date_time
end