Class: Aws::IoT::Types::CreateJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The job description.
-
#job_arn ⇒ String
The job ARN.
-
#job_id ⇒ String
The unique identifier you assigned to this job.
Instance Attribute Details
#description ⇒ String
The job description.
3140 3141 3142 3143 3144 3145 3146 |
# File 'lib/aws-sdk-iot/types.rb', line 3140 class CreateJobResponse < Struct.new( :job_arn, :job_id, :description) SENSITIVE = [] include Aws::Structure end |
#job_arn ⇒ String
The job ARN.
3140 3141 3142 3143 3144 3145 3146 |
# File 'lib/aws-sdk-iot/types.rb', line 3140 class CreateJobResponse < Struct.new( :job_arn, :job_id, :description) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier you assigned to this job.
3140 3141 3142 3143 3144 3145 3146 |
# File 'lib/aws-sdk-iot/types.rb', line 3140 class CreateJobResponse < Struct.new( :job_arn, :job_id, :description) SENSITIVE = [] include Aws::Structure end |