Class: Aws::Types::LastDeploymentInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


904
905
906
# File 'sig/types.rbs', line 904

def create_time
  @create_time
end

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


901
902
903
# File 'sig/types.rbs', line 901

def deployment_id
  @deployment_id
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


903
904
905
# File 'sig/types.rbs', line 903

def end_time
  @end_time
end

#status"Created", ...

Returns the value of attribute status.

Returns:

  • ("Created", "Queued", "InProgress", "Baking", "Succeeded", "Failed", "Stopped", "Ready")


902
903
904
# File 'sig/types.rbs', line 902

def status
  @status
end