Class: Aws::Greengrass::Types::CreateSoftwareUpdateJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iot_job_arnString

The IoT Job ARN corresponding to this update.

Returns:

  • (String)


1198
1199
1200
1201
1202
1203
1204
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1198

class CreateSoftwareUpdateJobResponse < Struct.new(
  :iot_job_arn,
  :iot_job_id,
  :platform_software_version)
  SENSITIVE = []
  include Aws::Structure
end

#iot_job_idString

The IoT Job Id corresponding to this update.

Returns:

  • (String)


1198
1199
1200
1201
1202
1203
1204
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1198

class CreateSoftwareUpdateJobResponse < Struct.new(
  :iot_job_arn,
  :iot_job_id,
  :platform_software_version)
  SENSITIVE = []
  include Aws::Structure
end

#platform_software_versionString

The software version installed on the device or devices after the update.

Returns:

  • (String)


1198
1199
1200
1201
1202
1203
1204
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1198

class CreateSoftwareUpdateJobResponse < Struct.new(
  :iot_job_arn,
  :iot_job_id,
  :platform_software_version)
  SENSITIVE = []
  include Aws::Structure
end