Class: Aws::Deadline::Types::CreateJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The job ID.
Instance Attribute Details
#job_id ⇒ String
The job ID.
2856 2857 2858 2859 2860 |
# File 'lib/aws-sdk-deadline/types.rb', line 2856 class CreateJobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |