Class: Aws::Types::EffectiveDeployment
- Inherits:
-
Object
- Object
- Aws::Types::EffectiveDeployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#core_device_execution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute core_device_execution_status.
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#deployment_name ⇒ ::String
Returns the value of attribute deployment_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#iot_job_arn ⇒ ::String
Returns the value of attribute iot_job_arn.
-
#iot_job_id ⇒ ::String
Returns the value of attribute iot_job_id.
-
#modified_timestamp ⇒ ::Time
Returns the value of attribute modified_timestamp.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status_details ⇒ Types::EffectiveDeploymentStatusDetails
Returns the value of attribute status_details.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#core_device_execution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute core_device_execution_status.
306 307 308 |
# File 'sig/types.rbs', line 306 def core_device_execution_status @core_device_execution_status end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
308 309 310 |
# File 'sig/types.rbs', line 308 def @creation_timestamp end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
300 301 302 |
# File 'sig/types.rbs', line 300 def deployment_id @deployment_id end |
#deployment_name ⇒ ::String
Returns the value of attribute deployment_name.
301 302 303 |
# File 'sig/types.rbs', line 301 def deployment_name @deployment_name end |
#description ⇒ ::String
Returns the value of attribute description.
304 305 306 |
# File 'sig/types.rbs', line 304 def description @description end |
#iot_job_arn ⇒ ::String
Returns the value of attribute iot_job_arn.
303 304 305 |
# File 'sig/types.rbs', line 303 def iot_job_arn @iot_job_arn end |
#iot_job_id ⇒ ::String
Returns the value of attribute iot_job_id.
302 303 304 |
# File 'sig/types.rbs', line 302 def iot_job_id @iot_job_id end |
#modified_timestamp ⇒ ::Time
Returns the value of attribute modified_timestamp.
309 310 311 |
# File 'sig/types.rbs', line 309 def @modified_timestamp end |
#reason ⇒ ::String
Returns the value of attribute reason.
307 308 309 |
# File 'sig/types.rbs', line 307 def reason @reason end |
#status_details ⇒ Types::EffectiveDeploymentStatusDetails
Returns the value of attribute status_details.
310 311 312 |
# File 'sig/types.rbs', line 310 def status_details @status_details end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
305 306 307 |
# File 'sig/types.rbs', line 305 def target_arn @target_arn end |