Class: Aws::Types::DeviceDeploymentSummary
- Inherits:
-
Object
- Object
- Aws::Types::DeviceDeploymentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployed_stage_name ⇒ ::String
Returns the value of attribute deployed_stage_name.
-
#deployment_start_time ⇒ ::Time
Returns the value of attribute deployment_start_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
-
#device_deployment_status ⇒ "READYTODEPLOY", ...
Returns the value of attribute device_deployment_status.
-
#device_deployment_status_message ⇒ ::String
Returns the value of attribute device_deployment_status_message.
-
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#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.
-
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
Instance Attribute Details
#deployed_stage_name ⇒ ::String
Returns the value of attribute deployed_stage_name.
5423 5424 5425 |
# File 'sig/types.rbs', line 5423 def deployed_stage_name @deployed_stage_name end |
#deployment_start_time ⇒ ::Time
Returns the value of attribute deployment_start_time.
5430 5431 5432 |
# File 'sig/types.rbs', line 5430 def deployment_start_time @deployment_start_time end |
#description ⇒ ::String
Returns the value of attribute description.
5429 5430 5431 |
# File 'sig/types.rbs', line 5429 def description @description end |
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
5426 5427 5428 |
# File 'sig/types.rbs', line 5426 def device_arn @device_arn end |
#device_deployment_status ⇒ "READYTODEPLOY", ...
Returns the value of attribute device_deployment_status.
5427 5428 5429 |
# File 'sig/types.rbs', line 5427 def device_deployment_status @device_deployment_status end |
#device_deployment_status_message ⇒ ::String
Returns the value of attribute device_deployment_status_message.
5428 5429 5430 |
# File 'sig/types.rbs', line 5428 def @device_deployment_status_message end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
5424 5425 5426 |
# File 'sig/types.rbs', line 5424 def device_fleet_name @device_fleet_name end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
5425 5426 5427 |
# File 'sig/types.rbs', line 5425 def device_name @device_name end |
#edge_deployment_plan_arn ⇒ ::String
Returns the value of attribute edge_deployment_plan_arn.
5420 5421 5422 |
# File 'sig/types.rbs', line 5420 def edge_deployment_plan_arn @edge_deployment_plan_arn end |
#edge_deployment_plan_name ⇒ ::String
Returns the value of attribute edge_deployment_plan_name.
5421 5422 5423 |
# File 'sig/types.rbs', line 5421 def edge_deployment_plan_name @edge_deployment_plan_name end |
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
5422 5423 5424 |
# File 'sig/types.rbs', line 5422 def stage_name @stage_name end |