Class: Aws::Types::CreateDeploymentResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeploymentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#iot_job_arn ⇒ ::String
Returns the value of attribute iot_job_arn.
-
#iot_job_id ⇒ ::String
Returns the value of attribute iot_job_id.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
203 204 205 |
# File 'sig/types.rbs', line 203 def deployment_id @deployment_id end |
#iot_job_arn ⇒ ::String
Returns the value of attribute iot_job_arn.
205 206 207 |
# File 'sig/types.rbs', line 205 def iot_job_arn @iot_job_arn end |
#iot_job_id ⇒ ::String
Returns the value of attribute iot_job_id.
204 205 206 |
# File 'sig/types.rbs', line 204 def iot_job_id @iot_job_id end |