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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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