Class: Aws::CodeArtifact::Types::UpdatePackageGroupOriginConfigurationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeartifact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_repository_updatesHash<String,Hash<String,Array<String>>>

Information about the updated allowed repositories after processing the request.

Returns:

  • (Hash<String,Hash<String,Array<String>>>)


4199
4200
4201
4202
4203
4204
# File 'lib/aws-sdk-codeartifact/types.rb', line 4199

class UpdatePackageGroupOriginConfigurationResult < Struct.new(
  :package_group,
  :allowed_repository_updates)
  SENSITIVE = []
  include Aws::Structure
end

#package_groupTypes::PackageGroupDescription

The package group and information about it after processing the request.



4199
4200
4201
4202
4203
4204
# File 'lib/aws-sdk-codeartifact/types.rb', line 4199

class UpdatePackageGroupOriginConfigurationResult < Struct.new(
  :package_group,
  :allowed_repository_updates)
  SENSITIVE = []
  include Aws::Structure
end