Class: Aws::CodeArtifact::Types::ListPackageVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListPackageVersionsRequest
- Includes:
- Structure
- Defined in:
- 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.
2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2505 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.
2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2505 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.
2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2505 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.
2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2505 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:
<note markdown=“1”> The namespace is required when deleting package versions of the following formats:
* Maven
-
Swift
-
generic
</note>
-
The namespace of a Maven package version is its ‘groupId`.
-
The namespace of an npm or Swift package version is its ‘scope`.
-
The namespace of a generic package is its ‘namespace`.
-
Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2505 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.
2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2505 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.
2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2505 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.
2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2505 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.
2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2505 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.
2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2505 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.
2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2505 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 |