Class: Aws::GreengrassV2::Types::CreateDeploymentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::CreateDeploymentResponse
- Includes:
- Structure
- Defined in:
- 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] 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 '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.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
906 907 908 909 910 911 912 |
# File '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 '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 |