Class: Aws::CodeArtifact::Types::CreatePackageGroupResult

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

Information about the created package group after processing the request.



435
436
437
438
439
# File 'lib/aws-sdk-codeartifact/types.rb', line 435

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