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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeartifact/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)


4211
4212
4213
4214
4215
4216
4217
4218
4219
# File 'gems/aws-sdk-codeartifact/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

#descriptionString

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

Returns:

  • (String)


4211
4212
4213
4214
4215
4216
4217
4218
4219
# File 'gems/aws-sdk-codeartifact/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

#domainString

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

Returns:

  • (String)


4211
4212
4213
4214
4215
4216
4217
4218
4219
# File 'gems/aws-sdk-codeartifact/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_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)


4211
4212
4213
4214
4215
4216
4217
4218
4219
# File 'gems/aws-sdk-codeartifact/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_groupString

The pattern of the package group to be updated.

Returns:

  • (String)


4211
4212
4213
4214
4215
4216
4217
4218
4219
# File 'gems/aws-sdk-codeartifact/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