Class: Aws::Types::DescribeEdgeDeploymentPlanResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEdgeDeploymentPlanResponse
- 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.
-
#model_configs ⇒ ::Array[Types::EdgeDeploymentModelConfig]
Returns the value of attribute model_configs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#stages ⇒ ::Array[Types::DeploymentStageStatusSummary]
Returns the value of attribute stages.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4192 4193 4194 |
# File 'sig/types.rbs', line 4192 def creation_time @creation_time end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
4186 4187 4188 |
# File 'sig/types.rbs', line 4186 def device_fleet_name @device_fleet_name end |
#edge_deployment_failed ⇒ ::Integer
Returns the value of attribute edge_deployment_failed.
4189 4190 4191 |
# File 'sig/types.rbs', line 4189 def edge_deployment_failed @edge_deployment_failed end |
#edge_deployment_pending ⇒ ::Integer
Returns the value of attribute edge_deployment_pending.
4188 4189 4190 |
# File 'sig/types.rbs', line 4188 def edge_deployment_pending @edge_deployment_pending end |
#edge_deployment_plan_arn ⇒ ::String
Returns the value of attribute edge_deployment_plan_arn.
4183 4184 4185 |
# File 'sig/types.rbs', line 4183 def edge_deployment_plan_arn @edge_deployment_plan_arn end |
#edge_deployment_plan_name ⇒ ::String
Returns the value of attribute edge_deployment_plan_name.
4184 4185 4186 |
# File 'sig/types.rbs', line 4184 def edge_deployment_plan_name @edge_deployment_plan_name end |
#edge_deployment_success ⇒ ::Integer
Returns the value of attribute edge_deployment_success.
4187 4188 4189 |
# File 'sig/types.rbs', line 4187 def edge_deployment_success @edge_deployment_success end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4193 4194 4195 |
# File 'sig/types.rbs', line 4193 def last_modified_time @last_modified_time end |
#model_configs ⇒ ::Array[Types::EdgeDeploymentModelConfig]
Returns the value of attribute model_configs.
4185 4186 4187 |
# File 'sig/types.rbs', line 4185 def model_configs @model_configs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4191 4192 4193 |
# File 'sig/types.rbs', line 4191 def next_token @next_token end |
#stages ⇒ ::Array[Types::DeploymentStageStatusSummary]
Returns the value of attribute stages.
4190 4191 4192 |
# File 'sig/types.rbs', line 4190 def stages @stages end |