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
show all
Defined in:
(unknown)

Overview

The result structure for the create a new deployment request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#file_upload_urlsHash<String,String>

When the fileMap argument is provided in the request, fileUploadUrls will contain a map of file names to upload URLs.

Returns:

  • (Hash<String,String>)

    When the fileMap argument is provided in the request, fileUploadUrls will contain a map of file names to upload URLs.

#job_idString

The job ID for this deployment. will supply to start deployment api.

Returns:

  • (String)

    The job ID for this deployment.

#zip_upload_urlString

When the fileMap argument is not provided in the request, this zipUploadUrl is returned.

Returns:

  • (String)

    When the fileMap argument is not provided in the request, this zipUploadUrl is returned.