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.



4235
4236
4237
4238
4239
# File 'lib/aws-sdk-codeartifact/types.rb', line 4235

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