Class: Aws::Types::EdgeDeploymentStatus
- Inherits:
-
Object
- Object
- Aws::Types::EdgeDeploymentStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#edge_deployment_failed_in_stage ⇒ ::Integer
Returns the value of attribute edge_deployment_failed_in_stage.
-
#edge_deployment_pending_in_stage ⇒ ::Integer
Returns the value of attribute edge_deployment_pending_in_stage.
-
#edge_deployment_stage_start_time ⇒ ::Time
Returns the value of attribute edge_deployment_stage_start_time.
-
#edge_deployment_status_message ⇒ ::String
Returns the value of attribute edge_deployment_status_message.
-
#edge_deployment_success_in_stage ⇒ ::Integer
Returns the value of attribute edge_deployment_success_in_stage.
-
#stage_status ⇒ "CREATING", ...
Returns the value of attribute stage_status.
Instance Attribute Details
#edge_deployment_failed_in_stage ⇒ ::Integer
Returns the value of attribute edge_deployment_failed_in_stage.
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.
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.
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.
5643 5644 5645 |
# File 'sig/types.rbs', line 5643 def @edge_deployment_status_message end |
#edge_deployment_success_in_stage ⇒ ::Integer
Returns the value of attribute edge_deployment_success_in_stage.
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.
5639 5640 5641 |
# File 'sig/types.rbs', line 5639 def stage_status @stage_status end |