Class: Aws::CodeArtifact::Types::UpdatePackageGroupOriginConfigurationResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeArtifact::Types::UpdatePackageGroupOriginConfigurationResult
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #allowed_repository_updates  ⇒ Hash<String,Hash<String,Array<String>>> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the updated allowed repositories after processing the request. 
- 
  
    
      #package_group  ⇒ Types::PackageGroupDescription 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The package group and information about it after processing the request. 
Instance Attribute Details
#allowed_repository_updates ⇒ Hash<String,Hash<String,Array<String>>>
Information about the updated allowed repositories 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 | 
#package_group ⇒ Types::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 |