Method: Aws::CodeArtifact::Types::DescribePackageGroupRequest#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.
910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 910 class DescribePackageGroupRequest < Struct.new( :domain, :domain_owner, :package_group) SENSITIVE = [] include Aws::Structure end |