Class: Aws::Amplify::Types::GetJobResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GetJobResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::Job
Describes an execution job for an Amplify app.
Instance Attribute Details
#job ⇒ Types::Job
Describes an execution job for an Amplify app.
1865 1866 1867 1868 1869 |
# File 'lib/aws-sdk-amplify/types.rb', line 1865 class GetJobResult < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |