Class: Aws::CodeArtifact::Types::PackageGroupDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::PackageGroupDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
The description of the package group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the package group.
-
#contact_info ⇒ String
The contact information of the package group.
-
#created_time ⇒ Time
A timestamp that represents the date and time the package group was created.
-
#description ⇒ String
The description of the package group.
-
#domain_name ⇒ String
The name of the domain that contains the package group.
-
#domain_owner ⇒ String
The 12-digit account number of the Amazon Web Services account that owns the domain.
-
#origin_configuration ⇒ Types::PackageGroupOriginConfiguration
The package group origin configuration that determines how package versions can enter repositories.
-
#parent ⇒ Types::PackageGroupReference
The direct parent package group of the package group.
-
#pattern ⇒ String
The pattern of the package group.
Instance Attribute Details
#arn ⇒ String
The ARN of the package group.
3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 |
# File '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_info ⇒ String
The contact information of the package group.
3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 |
# File '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_time ⇒ Time
A timestamp that represents the date and time the package group was created.
3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 |
# File '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 |
#description ⇒ String
The description of the package group.
3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 |
# File '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_name ⇒ String
The name of the domain that contains the package group.
3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 |
# File '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_owner ⇒ String
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 |
# File '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_configuration ⇒ Types::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 '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 |
#parent ⇒ Types::PackageGroupReference
The direct parent package group of the package group.
3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 |
# File '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 |
#pattern ⇒ String
The pattern of the package group. The pattern determines which packages are associated with the package group.
3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 |
# File '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 |