Class: Aws::CodeArtifact::Types::PackageGroupDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::PackageGroupDescription
- 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
-
#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.
3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3049 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.
3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3049 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.
3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3049 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.
3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3049 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.
3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3049 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.
3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3049 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.
3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3049 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.
3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3049 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.
3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3049 class PackageGroupDescription < Struct.new( :arn, :pattern, :domain_name, :domain_owner, :created_time, :contact_info, :description, :origin_configuration, :parent) SENSITIVE = [] include Aws::Structure end |