Class: Aws::CodeArtifact::Types::DeletePackageGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::DeletePackageGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The domain that contains the package group to be deleted.
-
#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 be deleted.
Instance Attribute Details
#domain ⇒ String
The domain that contains the package group to be deleted.
581 582 583 584 585 586 587 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 581 class DeletePackageGroupRequest < Struct.new( :domain, :domain_owner, :package_group) 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.
581 582 583 584 585 586 587 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 581 class DeletePackageGroupRequest < Struct.new( :domain, :domain_owner, :package_group) SENSITIVE = [] include Aws::Structure end |
#package_group ⇒ String
The pattern of the package group to be deleted.
581 582 583 584 585 586 587 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 581 class DeletePackageGroupRequest < Struct.new( :domain, :domain_owner, :package_group) SENSITIVE = [] include Aws::Structure end |