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.
4209 4210 4211 |
# File 'sig/types.rbs', line 4209 def creation_time @creation_time end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
4203 4204 4205 |
# File 'sig/types.rbs', line 4203 def device_fleet_name @device_fleet_name end |
#edge_deployment_failed ⇒ ::Integer
Returns the value of attribute edge_deployment_failed.
4206 4207 4208 |
# File 'sig/types.rbs', line 4206 def edge_deployment_failed @edge_deployment_failed end |
#edge_deployment_pending ⇒ ::Integer
Returns the value of attribute edge_deployment_pending.
4205 4206 4207 |
# File 'sig/types.rbs', line 4205 def edge_deployment_pending @edge_deployment_pending end |
#edge_deployment_plan_arn ⇒ ::String
Returns the value of attribute edge_deployment_plan_arn.
4200 4201 4202 |
# File 'sig/types.rbs', line 4200 def edge_deployment_plan_arn @edge_deployment_plan_arn end |
#edge_deployment_plan_name ⇒ ::String
Returns the value of attribute edge_deployment_plan_name.
4201 4202 4203 |
# File 'sig/types.rbs', line 4201 def edge_deployment_plan_name @edge_deployment_plan_name end |
#edge_deployment_success ⇒ ::Integer
Returns the value of attribute edge_deployment_success.
4204 4205 4206 |
# File 'sig/types.rbs', line 4204 def edge_deployment_success @edge_deployment_success end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4210 4211 4212 |
# File 'sig/types.rbs', line 4210 def last_modified_time @last_modified_time end |
#model_configs ⇒ ::Array[Types::EdgeDeploymentModelConfig]
Returns the value of attribute model_configs.
4202 4203 4204 |
# File 'sig/types.rbs', line 4202 def model_configs @model_configs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4208 4209 4210 |
# File 'sig/types.rbs', line 4208 def next_token @next_token end |
#stages ⇒ ::Array[Types::DeploymentStageStatusSummary]
Returns the value of attribute stages.
4207 4208 4209 |
# File 'sig/types.rbs', line 4207 def stages @stages end |