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

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

#contact_infoString

The contact information for the created package group.

Returns:

  • (String)


413
414
415
416
417
418
419
420
421
422
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 413

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)


413
414
415
416
417
418
419
420
421
422
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 413

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)


413
414
415
416
417
418
419
420
421
422
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 413

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)


413
414
415
416
417
418
419
420
421
422
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 413

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)


413
414
415
416
417
418
419
420
421
422
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 413

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:



413
414
415
416
417
418
419
420
421
422
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 413

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