Class: Aws::CodeArtifact::Types::UpdatePackageGroupResult

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

#package_groupTypes::PackageGroupDescription

The package group and information about it after the request has been processed.



4248
4249
4250
4251
4252
# File 'lib/aws-sdk-codeartifact/types.rb', line 4248

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