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.
5646 5647 5648 |
# File 'sig/types.rbs', line 5646 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.
5645 5646 5647 |
# File 'sig/types.rbs', line 5645 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.
5648 5649 5650 |
# File 'sig/types.rbs', line 5648 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.
5647 5648 5649 |
# File 'sig/types.rbs', line 5647 def @edge_deployment_status_message end |
#edge_deployment_success_in_stage ⇒ ::Integer
Returns the value of attribute edge_deployment_success_in_stage.
5644 5645 5646 |
# File 'sig/types.rbs', line 5644 def edge_deployment_success_in_stage @edge_deployment_success_in_stage end |
#stage_status ⇒ "CREATING", ...
Returns the value of attribute stage_status.
5643 5644 5645 |
# File 'sig/types.rbs', line 5643 def stage_status @stage_status end |