Class: Aws::GreengrassV2::Types::CreateDeploymentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::CreateDeploymentResponse
- Defined in:
- gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The ID of the deployment.
-
#iot_job_arn ⇒ String
The [ARN][1] of the IoT job that applies the deployment to target devices.
-
#iot_job_id ⇒ String
The ID of the IoT job that applies the deployment to target devices.
Instance Attribute Details
#deployment_id ⇒ String
The ID of the deployment.
906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 906 class CreateDeploymentResponse < Struct.new( :deployment_id, :iot_job_id, :iot_job_arn) SENSITIVE = [] include Aws::Structure end |
#iot_job_arn ⇒ String
The ARN of the IoT job that applies the deployment to target devices.
906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 906 class CreateDeploymentResponse < Struct.new( :deployment_id, :iot_job_id, :iot_job_arn) SENSITIVE = [] include Aws::Structure end |
#iot_job_id ⇒ String
The ID of the IoT job that applies the deployment to target devices.
906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 906 class CreateDeploymentResponse < Struct.new( :deployment_id, :iot_job_id, :iot_job_arn) SENSITIVE = [] include Aws::Structure end |