Class: Aws::IoT::Types::CreateOTAUpdateResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_iot_job_arnString

The IoT job ARN associated with the OTA update.

Returns:

  • (String)


3960
3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3960

class CreateOTAUpdateResponse < Struct.new(
  :ota_update_id,
  :aws_iot_job_id,
  :ota_update_arn,
  :aws_iot_job_arn,
  :ota_update_status)
  SENSITIVE = []
  include Aws::Structure
end

#aws_iot_job_idString

The IoT job ID associated with the OTA update.

Returns:

  • (String)


3960
3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3960

class CreateOTAUpdateResponse < Struct.new(
  :ota_update_id,
  :aws_iot_job_id,
  :ota_update_arn,
  :aws_iot_job_arn,
  :ota_update_status)
  SENSITIVE = []
  include Aws::Structure
end

#ota_update_arnString

The OTA update ARN.

Returns:

  • (String)


3960
3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3960

class CreateOTAUpdateResponse < Struct.new(
  :ota_update_id,
  :aws_iot_job_id,
  :ota_update_arn,
  :aws_iot_job_arn,
  :ota_update_status)
  SENSITIVE = []
  include Aws::Structure
end

#ota_update_idString

The OTA update ID.

Returns:

  • (String)


3960
3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3960

class CreateOTAUpdateResponse < Struct.new(
  :ota_update_id,
  :aws_iot_job_id,
  :ota_update_arn,
  :aws_iot_job_arn,
  :ota_update_status)
  SENSITIVE = []
  include Aws::Structure
end

#ota_update_statusString

The OTA update status.

Returns:

  • (String)


3960
3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3960

class CreateOTAUpdateResponse < Struct.new(
  :ota_update_id,
  :aws_iot_job_id,
  :ota_update_arn,
  :aws_iot_job_arn,
  :ota_update_status)
  SENSITIVE = []
  include Aws::Structure
end