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.
5442 5443 5444 |
# File 'sig/types.rbs', line 5442 def deployed_stage_name @deployed_stage_name end |
#deployment_start_time ⇒ ::Time
Returns the value of attribute deployment_start_time.
5449 5450 5451 |
# File 'sig/types.rbs', line 5449 def deployment_start_time @deployment_start_time end |
#description ⇒ ::String
Returns the value of attribute description.
5448 5449 5450 |
# File 'sig/types.rbs', line 5448 def description @description end |
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
5445 5446 5447 |
# File 'sig/types.rbs', line 5445 def device_arn @device_arn end |
#device_deployment_status ⇒ "READYTODEPLOY", ...
Returns the value of attribute device_deployment_status.
5446 5447 5448 |
# File 'sig/types.rbs', line 5446 def device_deployment_status @device_deployment_status end |
#device_deployment_status_message ⇒ ::String
Returns the value of attribute device_deployment_status_message.
5447 5448 5449 |
# File 'sig/types.rbs', line 5447 def end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
5443 5444 5445 |
# File 'sig/types.rbs', line 5443 def device_fleet_name @device_fleet_name end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
5444 5445 5446 |
# File 'sig/types.rbs', line 5444 def device_name @device_name end |
#edge_deployment_plan_arn ⇒ ::String
Returns the value of attribute edge_deployment_plan_arn.
5439 5440 5441 |
# File 'sig/types.rbs', line 5439 def edge_deployment_plan_arn @edge_deployment_plan_arn end |
#edge_deployment_plan_name ⇒ ::String
Returns the value of attribute edge_deployment_plan_name.
5440 5441 5442 |
# File 'sig/types.rbs', line 5440 def edge_deployment_plan_name @edge_deployment_plan_name end |
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
5441 5442 5443 |
# File 'sig/types.rbs', line 5441 def stage_name @stage_name end |