Class: Aws::Types::EdgeDeploymentStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#edge_deployment_failed_in_stage::Integer

Returns the value of attribute edge_deployment_failed_in_stage.

Returns:

  • (::Integer)


5661
5662
5663
# File 'sig/types.rbs', line 5661

def edge_deployment_failed_in_stage
  @edge_deployment_failed_in_stage
end

#edge_deployment_pending_in_stage::Integer

Returns the value of attribute edge_deployment_pending_in_stage.

Returns:

  • (::Integer)


5660
5661
5662
# File 'sig/types.rbs', line 5660

def edge_deployment_pending_in_stage
  @edge_deployment_pending_in_stage
end

#edge_deployment_stage_start_time::Time

Returns the value of attribute edge_deployment_stage_start_time.

Returns:

  • (::Time)


5663
5664
5665
# File 'sig/types.rbs', line 5663

def edge_deployment_stage_start_time
  @edge_deployment_stage_start_time
end

#edge_deployment_status_message::String

Returns the value of attribute edge_deployment_status_message.

Returns:

  • (::String)


5662
5663
5664
# File 'sig/types.rbs', line 5662

def edge_deployment_status_message
  @edge_deployment_status_message
end

#edge_deployment_success_in_stage::Integer

Returns the value of attribute edge_deployment_success_in_stage.

Returns:

  • (::Integer)


5659
5660
5661
# File 'sig/types.rbs', line 5659

def edge_deployment_success_in_stage
  @edge_deployment_success_in_stage
end

#stage_status"CREATING", ...

Returns the value of attribute stage_status.

Returns:

  • ("CREATING", "READYTODEPLOY", "STARTING", "INPROGRESS", "DEPLOYED", "FAILED", "STOPPING", "STOPPED")


5658
5659
5660
# File 'sig/types.rbs', line 5658

def stage_status
  @stage_status
end