Class: Aws::CodeArtifact::Types::UpdatePackageGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeartifact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_infoString

Contact information which you want to update the requested package group with.

Returns:

  • (String)


4231
4232
4233
4234
4235
4236
4237
4238
4239
# File 'lib/aws-sdk-codeartifact/types.rb', line 4231

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

#descriptionString

The description you want to update the requested package group with.

Returns:

  • (String)


4231
4232
4233
4234
4235
4236
4237
4238
4239
# File 'lib/aws-sdk-codeartifact/types.rb', line 4231

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

#domainString

The name of the domain which contains the package group to be updated.

Returns:

  • (String)


4231
4232
4233
4234
4235
4236
4237
4238
4239
# File 'lib/aws-sdk-codeartifact/types.rb', line 4231

class UpdatePackageGroupRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group,
  :contact_info,
  :description)
  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)


4231
4232
4233
4234
4235
4236
4237
4238
4239
# File 'lib/aws-sdk-codeartifact/types.rb', line 4231

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

#package_groupString

The pattern of the package group to be updated.

Returns:

  • (String)


4231
4232
4233
4234
4235
4236
4237
4238
4239
# File 'lib/aws-sdk-codeartifact/types.rb', line 4231

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