Class: Aws::CodeArtifact::Types::PackageGroupDescription

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

Overview

The description of the package group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the package group.

Returns:

  • (String)


3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3037

class PackageGroupDescription < Struct.new(
  :arn,
  :pattern,
  :domain_name,
  :domain_owner,
  :created_time,
  :contact_info,
  :description,
  :origin_configuration,
  :parent)
  SENSITIVE = []
  include Aws::Structure
end

#contact_infoString

The contact information of the package group.

Returns:

  • (String)


3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3037

class PackageGroupDescription < Struct.new(
  :arn,
  :pattern,
  :domain_name,
  :domain_owner,
  :created_time,
  :contact_info,
  :description,
  :origin_configuration,
  :parent)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

A timestamp that represents the date and time the package group was created.

Returns:

  • (Time)


3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3037

class PackageGroupDescription < Struct.new(
  :arn,
  :pattern,
  :domain_name,
  :domain_owner,
  :created_time,
  :contact_info,
  :description,
  :origin_configuration,
  :parent)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the package group.

Returns:

  • (String)


3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3037

class PackageGroupDescription < Struct.new(
  :arn,
  :pattern,
  :domain_name,
  :domain_owner,
  :created_time,
  :contact_info,
  :description,
  :origin_configuration,
  :parent)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The name of the domain that contains the package group.

Returns:

  • (String)


3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3037

class PackageGroupDescription < Struct.new(
  :arn,
  :pattern,
  :domain_name,
  :domain_owner,
  :created_time,
  :contact_info,
  :description,
  :origin_configuration,
  :parent)
  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)


3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3037

class PackageGroupDescription < Struct.new(
  :arn,
  :pattern,
  :domain_name,
  :domain_owner,
  :created_time,
  :contact_info,
  :description,
  :origin_configuration,
  :parent)
  SENSITIVE = []
  include Aws::Structure
end

#origin_configurationTypes::PackageGroupOriginConfiguration

The package group origin configuration that determines how package versions can enter repositories.



3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3037

class PackageGroupDescription < Struct.new(
  :arn,
  :pattern,
  :domain_name,
  :domain_owner,
  :created_time,
  :contact_info,
  :description,
  :origin_configuration,
  :parent)
  SENSITIVE = []
  include Aws::Structure
end

#parentTypes::PackageGroupReference

The direct parent package group of the package group.



3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3037

class PackageGroupDescription < Struct.new(
  :arn,
  :pattern,
  :domain_name,
  :domain_owner,
  :created_time,
  :contact_info,
  :description,
  :origin_configuration,
  :parent)
  SENSITIVE = []
  include Aws::Structure
end

#patternString

The pattern of the package group. The pattern determines which packages are associated with the package group.

Returns:

  • (String)


3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3037

class PackageGroupDescription < Struct.new(
  :arn,
  :pattern,
  :domain_name,
  :domain_owner,
  :created_time,
  :contact_info,
  :description,
  :origin_configuration,
  :parent)
  SENSITIVE = []
  include Aws::Structure
end