Class: Aws::CodeArtifact::Types::UpdatePackageGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::UpdatePackageGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_info ⇒ String
Contact information which you want to update the requested package group with.
-
#description ⇒ String
The description you want to update the requested package group with.
-
#domain ⇒ String
The name of the domain which contains the package group to be updated.
-
#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 updated.
Instance Attribute Details
#contact_info ⇒ String
Contact information which you want to update the requested package group with.
4211 4212 4213 4214 4215 4216 4217 4218 4219 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 4211 class UpdatePackageGroupRequest < Struct.new( :domain, :domain_owner, :package_group, :contact_info, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description you want to update the requested package group with.
4211 4212 4213 4214 4215 4216 4217 4218 4219 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 4211 class UpdatePackageGroupRequest < Struct.new( :domain, :domain_owner, :package_group, :contact_info, :description) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
The name of the domain which contains the package group to be updated.
4211 4212 4213 4214 4215 4216 4217 4218 4219 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 4211 class UpdatePackageGroupRequest < Struct.new( :domain, :domain_owner, :package_group, :contact_info, :description) 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.
4211 4212 4213 4214 4215 4216 4217 4218 4219 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 4211 class UpdatePackageGroupRequest < Struct.new( :domain, :domain_owner, :package_group, :contact_info, :description) SENSITIVE = [] include Aws::Structure end |
#package_group ⇒ String
The pattern of the package group to be updated.
4211 4212 4213 4214 4215 4216 4217 4218 4219 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 4211 class UpdatePackageGroupRequest < Struct.new( :domain, :domain_owner, :package_group, :contact_info, :description) SENSITIVE = [] include Aws::Structure end |