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)


5642
5643
5644
# File 'sig/types.rbs', line 5642

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)


5641
5642
5643
# File 'sig/types.rbs', line 5641

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)


5644
5645
5646
# File 'sig/types.rbs', line 5644

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)


5643
5644
5645
# File 'sig/types.rbs', line 5643

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)


5640
5641
5642
# File 'sig/types.rbs', line 5640

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")


5639
5640
5641
# File 'sig/types.rbs', line 5639

def stage_status
  @stage_status
end