Method: Aws::CodeArtifact::Types::ListPackagesRequest#domain

Defined in:
lib/aws-sdk-codeartifact/types.rb

#domainString

The name of the domain that contains the repository that contains the requested packages.

Returns:



2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
# File 'lib/aws-sdk-codeartifact/types.rb', line 2660

class ListPackagesRequest < Struct.new(
  :domain,
  :domain_owner,
  :repository,
  :format,
  :namespace,
  :package_prefix,
  :max_results,
  :next_token,
  :publish,
  :upstream)
  SENSITIVE = []
  include Aws::Structure
end