Class: Aws::CodeArtifact::Types::PackageGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::PackageGroupSummary
- Defined in:
- gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb
Overview
Details about a 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 repository was created.
-
#description ⇒ String
The description of the package group.
-
#domain_name ⇒ String
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
Details about the package origin configuration of a package group.
-
#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.
3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3183 class PackageGroupSummary < 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.
3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3183 class PackageGroupSummary < 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 repository was created.
3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3183 class PackageGroupSummary < 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.
3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3183 class PackageGroupSummary < 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 domain that contains the package group.
3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3183 class PackageGroupSummary < 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.
3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3183 class PackageGroupSummary < 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
Details about the package origin configuration of a package group.
3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3183 class PackageGroupSummary < 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.
3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3183 class PackageGroupSummary < 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.
3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3183 class PackageGroupSummary < Struct.new( :arn, :pattern, :domain_name, :domain_owner, :created_time, :contact_info, :description, :origin_configuration, :parent) SENSITIVE = [] include Aws::Structure end |