Class: Aws::CodeArtifact::Types::DeletePackageGroupRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeArtifact::Types::DeletePackageGroupRequest
 
- Defined in:
- gems/aws-sdk-codeartifact/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.
| 585 586 587 588 589 590 591 | # File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 585 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.
| 585 586 587 588 589 590 591 | # File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 585 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.
| 585 586 587 588 589 590 591 | # File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 585 class DeletePackageGroupRequest < Struct.new( :domain, :domain_owner, :package_group) SENSITIVE = [] include Aws::Structure end |