Class: Aws::Amplify::Types::StopJobResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::StopJobResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The result structure for the stop 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.
2544 2545 2546 2547 2548 |
# File 'lib/aws-sdk-amplify/types.rb', line 2544 class StopJobResult < Struct.new( :job_summary) SENSITIVE = [] include Aws::Structure end |