Class: Aws::Amplify::Types::StartJobResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::StartJobResult
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
The result structure for the run job request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_summary ⇒ Types::JobSummary
The summary for the job.
Instance Attribute Details
#job_summary ⇒ Types::JobSummary
The summary for the job.
2468 2469 2470 2471 2472 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2468 class StartJobResult < Struct.new( :job_summary) SENSITIVE = [] include Aws::Structure end |