Class: Aws::CodeArtifact::Types::DescribePackageGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The name of the domain that contains the package group.

Returns:

  • (String)


906
907
908
909
910
911
912
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 906

class DescribePackageGroupRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group)
  SENSITIVE = []
  include Aws::Structure
end

#domain_ownerString

The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

Returns:

  • (String)


906
907
908
909
910
911
912
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 906

class DescribePackageGroupRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group)
  SENSITIVE = []
  include Aws::Structure
end

#package_groupString

The pattern of the requested package group.

Returns:

  • (String)


906
907
908
909
910
911
912
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 906

class DescribePackageGroupRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group)
  SENSITIVE = []
  include Aws::Structure
end