You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeArtifact::Types::UpdatePackageVersionsStatusResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#failed_versionsHash<String,Types::PackageVersionError>

A list of SuccessfulPackageVersionInfo objects, one for each package version with a status that successfully updated.

Returns:

  • (Hash<String,Types::PackageVersionError>)

    A list of SuccessfulPackageVersionInfo objects, one for each package version with a status that successfully updated.

#successful_versionsHash<String,Types::SuccessfulPackageVersionInfo>

A list of PackageVersionError objects, one for each package version with a status that failed to update.

Returns: