Class: Aws::Amplify::Types::StartJobResult

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

Overview

The result structure for the run job request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_summaryTypes::JobSummary

The summary for the job.

Returns:



2363
2364
2365
2366
2367
# File 'lib/aws-sdk-amplify/types.rb', line 2363

class StartJobResult < Struct.new(
  :job_summary)
  SENSITIVE = []
  include Aws::Structure
end