Class: Aws::Amplify::Types::Job
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::Job
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
Describes an execution job for an Amplify app.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#steps ⇒ Array<Types::Step>
The execution steps for an execution job, for an Amplify app.
-
#summary ⇒ Types::JobSummary
Describes the summary for an execution job for an Amplify app.
Instance Attribute Details
#steps ⇒ Array<Types::Step>
The execution steps for an execution job, for an Amplify app.
1822 1823 1824 1825 1826 1827 |
# File 'lib/aws-sdk-amplify/types.rb', line 1822 class Job < Struct.new( :summary, :steps) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ Types::JobSummary
Describes the summary for an execution job for an Amplify app.
1822 1823 1824 1825 1826 1827 |
# File 'lib/aws-sdk-amplify/types.rb', line 1822 class Job < Struct.new( :summary, :steps) SENSITIVE = [] include Aws::Structure end |