Class: Aws::CodeArtifact::Types::ListPackageVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListPackageVersionsRequest
- Defined in:
- gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The name of the domain that contains the repository that contains the requested package versions.
-
#domain_owner ⇒ String
The 12-digit account number of the Amazon Web Services account that owns the domain.
-
#format ⇒ String
The format of the package versions you want to list.
-
#max_results ⇒ Integer
The maximum number of results to return per page.
-
#namespace ⇒ String
The namespace of the package that contains the requested package versions.
-
#next_token ⇒ String
The token for the next set of results.
-
#origin_type ⇒ String
The
originType
used to filter package versions. -
#package ⇒ String
The name of the package for which you want to request package versions.
-
#repository ⇒ String
The name of the repository that contains the requested package versions.
-
#sort_by ⇒ String
How to sort the requested list of package versions.
-
#status ⇒ String
A string that filters the requested package versions by status.
Instance Attribute Details
#domain ⇒ String
The name of the domain that contains the repository that contains the requested package versions.
1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1919 class ListPackageVersionsRequest < Struct.new( :domain, :domain_owner, :repository, :format, :namespace, :package, :status, :sort_by, :max_results, :next_token, :origin_type) SENSITIVE = [] include Aws::Structure end |
#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.
1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1919 class ListPackageVersionsRequest < Struct.new( :domain, :domain_owner, :repository, :format, :namespace, :package, :status, :sort_by, :max_results, :next_token, :origin_type) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format of the package versions you want to list.
1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1919 class ListPackageVersionsRequest < Struct.new( :domain, :domain_owner, :repository, :format, :namespace, :package, :status, :sort_by, :max_results, :next_token, :origin_type) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per page.
1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1919 class ListPackageVersionsRequest < Struct.new( :domain, :domain_owner, :repository, :format, :namespace, :package, :status, :sort_by, :max_results, :next_token, :origin_type) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of the package that contains the requested package versions. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its
groupId
.The namespace of an npm package is its
scope
.Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace.
The namespace of a generic package is its
namespace
.
1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1919 class ListPackageVersionsRequest < Struct.new( :domain, :domain_owner, :repository, :format, :namespace, :package, :status, :sort_by, :max_results, :next_token, :origin_type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1919 class ListPackageVersionsRequest < Struct.new( :domain, :domain_owner, :repository, :format, :namespace, :package, :status, :sort_by, :max_results, :next_token, :origin_type) SENSITIVE = [] include Aws::Structure end |
#origin_type ⇒ String
The originType
used to filter package versions. Only package
versions with the provided originType
will be returned.
1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1919 class ListPackageVersionsRequest < Struct.new( :domain, :domain_owner, :repository, :format, :namespace, :package, :status, :sort_by, :max_results, :next_token, :origin_type) SENSITIVE = [] include Aws::Structure end |
#package ⇒ String
The name of the package for which you want to request package versions.
1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1919 class ListPackageVersionsRequest < Struct.new( :domain, :domain_owner, :repository, :format, :namespace, :package, :status, :sort_by, :max_results, :next_token, :origin_type) SENSITIVE = [] include Aws::Structure end |
#repository ⇒ String
The name of the repository that contains the requested package versions.
1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1919 class ListPackageVersionsRequest < Struct.new( :domain, :domain_owner, :repository, :format, :namespace, :package, :status, :sort_by, :max_results, :next_token, :origin_type) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
How to sort the requested list of package versions.
1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1919 class ListPackageVersionsRequest < Struct.new( :domain, :domain_owner, :repository, :format, :namespace, :package, :status, :sort_by, :max_results, :next_token, :origin_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
A string that filters the requested package versions by status.
1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1919 class ListPackageVersionsRequest < Struct.new( :domain, :domain_owner, :repository, :format, :namespace, :package, :status, :sort_by, :max_results, :next_token, :origin_type) SENSITIVE = [] include Aws::Structure end |