Class: Aws::CodeArtifact::Types::UpdatePackageGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::UpdatePackageGroupResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package_group ⇒ Types::PackageGroupDescription
The package group and information about it after the request has been processed.
Instance Attribute Details
#package_group ⇒ Types::PackageGroupDescription
The package group and information about it after the request has been processed.
4228 4229 4230 4231 4232 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 4228 class UpdatePackageGroupResult < Struct.new( :package_group) SENSITIVE = [] include Aws::Structure end |