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.
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.
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.
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.
5662 5663 5664 |
# File 'sig/types.rbs', line 5662 def @edge_deployment_status_message end |
#edge_deployment_success_in_stage ⇒ ::Integer
Returns the value of attribute edge_deployment_success_in_stage.
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.
5658 5659 5660 |
# File 'sig/types.rbs', line 5658 def stage_status @stage_status end |