You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Amplify::Types::CreateDeploymentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::CreateDeploymentResult
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#file_upload_urls ⇒ Hash<String,String>
When the
fileMap
argument is provided in the request,fileUploadUrls
will contain a map of file names to upload URLs. -
#job_id ⇒ String
The job ID for this deployment.
-
#zip_upload_url ⇒ String
When the
fileMap
argument is not provided in the request, thiszipUploadUrl
is returned.
Instance Attribute Details
#file_upload_urls ⇒ Hash<String,String>
When the fileMap
argument is provided in the request, fileUploadUrls
will contain a map of file names to upload URLs.
#job_id ⇒ String
The job ID for this deployment. will supply to start deployment api.
#zip_upload_url ⇒ String
When the fileMap
argument is not provided in the request, this
zipUploadUrl
is returned.