Class: Aws::GreengrassV2::Types::CreateDeploymentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The ID of the deployment.

Returns:

  • (String)


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_arnString

The ARN of the IoT job that applies the deployment to target devices.

Returns:

  • (String)


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_idString

The ID of the IoT job that applies the deployment to target devices.

Returns:

  • (String)


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