Class: Aws::CodeArtifact::Types::ListPackageGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListPackageGroupsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The domain for which you want to list package groups.
-
#domain_owner ⇒ String
The 12-digit account number of the Amazon Web Services account that owns the domain.
-
#max_results ⇒ Integer
The maximum number of results to return per page.
-
#next_token ⇒ String
The token for the next set of results.
-
#prefix ⇒ String
A prefix for which to search package groups.
Instance Attribute Details
#domain ⇒ String
The domain for which you want to list package groups.
2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2117 class ListPackageGroupsRequest < Struct.new( :domain, :domain_owner, :max_results, :next_token, :prefix) 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.
2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2117 class ListPackageGroupsRequest < Struct.new( :domain, :domain_owner, :max_results, :next_token, :prefix) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per page.
2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2117 class ListPackageGroupsRequest < Struct.new( :domain, :domain_owner, :max_results, :next_token, :prefix) 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.
2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2117 class ListPackageGroupsRequest < Struct.new( :domain, :domain_owner, :max_results, :next_token, :prefix) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
A prefix for which to search package groups. When included, ‘ListPackageGroups` will return only package groups with patterns that match the prefix.
2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2117 class ListPackageGroupsRequest < Struct.new( :domain, :domain_owner, :max_results, :next_token, :prefix) SENSITIVE = [] include Aws::Structure end |