Class: Aws::Types::InstanceGroupTimeline

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)


798
799
800
# File 'sig/types.rbs', line 798

def creation_date_time
  @creation_date_time
end

#end_date_time::Time

Returns the value of attribute end_date_time.

Returns:

  • (::Time)


800
801
802
# File 'sig/types.rbs', line 800

def end_date_time
  @end_date_time
end

#ready_date_time::Time

Returns the value of attribute ready_date_time.

Returns:

  • (::Time)


799
800
801
# File 'sig/types.rbs', line 799

def ready_date_time
  @ready_date_time
end