Method: Aws::CodeArtifact::Types::ListPackagesRequest#publish

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

#publishString

The value of the Publish package origin control restriction used to filter requested packages. Only packages with the provided restriction are returned. For more information, see [PackageOriginRestrictions].

[1]: docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginRestrictions.html

Returns:

  • (String)


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