Method: Aws::CodeArtifact::Types::PackageGroupDescription#domain_owner
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
#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.
3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 3044 class PackageGroupDescription < Struct.new( :arn, :pattern, :domain_name, :domain_owner, :created_time, :contact_info, :description, :origin_configuration, :parent) SENSITIVE = [] include Aws::Structure end |