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.
5633 5634 5635 |
# File 'sig/types.rbs', line 5633 def creation_time @creation_time end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
5629 5630 5631 |
# File 'sig/types.rbs', line 5629 def device_fleet_name @device_fleet_name end |
#edge_deployment_failed ⇒ ::Integer
Returns the value of attribute edge_deployment_failed.
5632 5633 5634 |
# File 'sig/types.rbs', line 5632 def edge_deployment_failed @edge_deployment_failed end |
#edge_deployment_pending ⇒ ::Integer
Returns the value of attribute edge_deployment_pending.
5631 5632 5633 |
# File 'sig/types.rbs', line 5631 def edge_deployment_pending @edge_deployment_pending end |
#edge_deployment_plan_arn ⇒ ::String
Returns the value of attribute edge_deployment_plan_arn.
5627 5628 5629 |
# File 'sig/types.rbs', line 5627 def edge_deployment_plan_arn @edge_deployment_plan_arn end |
#edge_deployment_plan_name ⇒ ::String
Returns the value of attribute edge_deployment_plan_name.
5628 5629 5630 |
# File 'sig/types.rbs', line 5628 def edge_deployment_plan_name @edge_deployment_plan_name end |
#edge_deployment_success ⇒ ::Integer
Returns the value of attribute edge_deployment_success.
5630 5631 5632 |
# File 'sig/types.rbs', line 5630 def edge_deployment_success @edge_deployment_success end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5634 5635 5636 |
# File 'sig/types.rbs', line 5634 def last_modified_time @last_modified_time end |