Class: Aws::CodeArtifact::Types::CreatePackageGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::CreatePackageGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_info ⇒ String
The contact information for the created package group.
-
#description ⇒ String
A description of the package group.
-
#domain ⇒ String
The name of the domain in which you want to create a package group.
-
#domain_owner ⇒ String
The 12-digit account number of the Amazon Web Services account that owns the domain.
-
#package_group ⇒ String
The pattern of the package group to create.
-
#tags ⇒ Array<Types::Tag>
One or more tag key-value pairs for the package group.
Instance Attribute Details
#contact_info ⇒ String
The contact information for the created package group.
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 |
#description ⇒ String
A description of the package group.
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 ⇒ String
The name of the domain in which you want to create a package group.
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_owner ⇒ String
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
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_group ⇒ String
The pattern of the package group to create. The pattern is also the identifier of the package group.
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 |
#tags ⇒ Array<Types::Tag>
One or more tag key-value pairs for the package group.
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 |