Class: Aws::CodeArtifact::Types::CreatePackageGroupRequest

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

#contact_infoString

The contact information for the created package group.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
# File 'lib/aws-sdk-codeartifact/types.rb', line 417

class CreatePackageGroupRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group,
  :contact_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the package group.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
# File 'lib/aws-sdk-codeartifact/types.rb', line 417

class CreatePackageGroupRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group,
  :contact_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The name of the domain in which you want to create a package group.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
# File 'lib/aws-sdk-codeartifact/types.rb', line 417

class CreatePackageGroupRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group,
  :contact_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#domain_ownerString

The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
# File 'lib/aws-sdk-codeartifact/types.rb', line 417

class CreatePackageGroupRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group,
  :contact_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#package_groupString

The pattern of the package group to create. The pattern is also the identifier of the package group.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
# File 'lib/aws-sdk-codeartifact/types.rb', line 417

class CreatePackageGroupRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group,
  :contact_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

One or more tag key-value pairs for the package group.

Returns:



417
418
419
420
421
422
423
424
425
426
# File 'lib/aws-sdk-codeartifact/types.rb', line 417

class CreatePackageGroupRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group,
  :contact_info,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end