Class: Aws::Types::CreateSoftwareUpdateJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSoftwareUpdateJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iot_job_arn ⇒ ::String
Returns the value of attribute iot_job_arn.
-
#iot_job_id ⇒ ::String
Returns the value of attribute iot_job_id.
-
#platform_software_version ⇒ ::String
Returns the value of attribute platform_software_version.
Instance Attribute Details
#iot_job_arn ⇒ ::String
Returns the value of attribute iot_job_arn.
380 381 382 |
# File 'sig/types.rbs', line 380 def iot_job_arn @iot_job_arn end |
#iot_job_id ⇒ ::String
Returns the value of attribute iot_job_id.
381 382 383 |
# File 'sig/types.rbs', line 381 def iot_job_id @iot_job_id end |
#platform_software_version ⇒ ::String
Returns the value of attribute platform_software_version.
382 383 384 |
# File 'sig/types.rbs', line 382 def platform_software_version @platform_software_version end |