Class: Aws::IoT::Types::AssociateTargetsWithJobResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A short text description of the job.

Returns:

  • (String)


544
545
546
547
548
549
550
# File 'lib/aws-sdk-iot/types.rb', line 544

class AssociateTargetsWithJobResponse < Struct.new(
  :job_arn,
  :job_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#job_arnString

An ARN identifying the job.

Returns:

  • (String)


544
545
546
547
548
549
550
# File 'lib/aws-sdk-iot/types.rb', line 544

class AssociateTargetsWithJobResponse < Struct.new(
  :job_arn,
  :job_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The unique identifier you assigned to this job when it was created.

Returns:

  • (String)


544
545
546
547
548
549
550
# File 'lib/aws-sdk-iot/types.rb', line 544

class AssociateTargetsWithJobResponse < Struct.new(
  :job_arn,
  :job_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end