Class: Aws::CodeArtifact::Types::UpdatePackageGroupOriginConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::UpdatePackageGroupOriginConfigurationResult
- Defined in:
- gems/aws-sdk-codeartifact/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 'gems/aws-sdk-codeartifact/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 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 4199 class UpdatePackageGroupOriginConfigurationResult < Struct.new( :package_group, :allowed_repository_updates) SENSITIVE = [] include Aws::Structure end |