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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeartifact/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.



4228
4229
4230
4231
4232
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 4228

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