Class: Aws::Amplify::Types::StartDeploymentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::StartDeploymentResult
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
The result structure for the start a deployment 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.
2398 2399 2400 2401 2402 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2398 class StartDeploymentResult < Struct.new( :job_summary) SENSITIVE = [] include Aws::Structure end |