Class: Aws::Types::EdgeDeploymentPlanSummary
- Inherits:
-
Object
- Object
- Aws::Types::EdgeDeploymentPlanSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
-
#edge_deployment_failed ⇒ ::Integer
Returns the value of attribute edge_deployment_failed.
-
#edge_deployment_pending ⇒ ::Integer
Returns the value of attribute edge_deployment_pending.
-
#edge_deployment_plan_arn ⇒ ::String
Returns the value of attribute edge_deployment_plan_arn.
-
#edge_deployment_plan_name ⇒ ::String
Returns the value of attribute edge_deployment_plan_name.
-
#edge_deployment_success ⇒ ::Integer
Returns the value of attribute edge_deployment_success.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5652 5653 5654 |
# File 'sig/types.rbs', line 5652 def creation_time @creation_time end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
5648 5649 5650 |
# File 'sig/types.rbs', line 5648 def device_fleet_name @device_fleet_name end |
#edge_deployment_failed ⇒ ::Integer
Returns the value of attribute edge_deployment_failed.
5651 5652 5653 |
# File 'sig/types.rbs', line 5651 def edge_deployment_failed @edge_deployment_failed end |
#edge_deployment_pending ⇒ ::Integer
Returns the value of attribute edge_deployment_pending.
5650 5651 5652 |
# File 'sig/types.rbs', line 5650 def edge_deployment_pending @edge_deployment_pending end |
#edge_deployment_plan_arn ⇒ ::String
Returns the value of attribute edge_deployment_plan_arn.
5646 5647 5648 |
# File 'sig/types.rbs', line 5646 def edge_deployment_plan_arn @edge_deployment_plan_arn end |
#edge_deployment_plan_name ⇒ ::String
Returns the value of attribute edge_deployment_plan_name.
5647 5648 5649 |
# File 'sig/types.rbs', line 5647 def edge_deployment_plan_name @edge_deployment_plan_name end |
#edge_deployment_success ⇒ ::Integer
Returns the value of attribute edge_deployment_success.
5649 5650 5651 |
# File 'sig/types.rbs', line 5649 def edge_deployment_success @edge_deployment_success end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5653 5654 5655 |
# File 'sig/types.rbs', line 5653 def last_modified_time @last_modified_time end |