Class: Aws::CodeArtifact::Types::ListSubPackageGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListSubPackageGroupsRequest
- 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 which contains the package group from which to list sub 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.
-
#package_group ⇒ String
The pattern of the package group from which to list sub package groups.
Instance Attribute Details
#domain ⇒ String
The name of the domain which contains the package group from which to list sub package groups.
2832 2833 2834 2835 2836 2837 2838 2839 2840 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2832 class ListSubPackageGroupsRequest < Struct.new( :domain, :domain_owner, :package_group, :max_results, :next_token) 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.
2832 2833 2834 2835 2836 2837 2838 2839 2840 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2832 class ListSubPackageGroupsRequest < Struct.new( :domain, :domain_owner, :package_group, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per page.
2832 2833 2834 2835 2836 2837 2838 2839 2840 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2832 class ListSubPackageGroupsRequest < Struct.new( :domain, :domain_owner, :package_group, :max_results, :next_token) 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.
2832 2833 2834 2835 2836 2837 2838 2839 2840 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2832 class ListSubPackageGroupsRequest < Struct.new( :domain, :domain_owner, :package_group, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#package_group ⇒ String
The pattern of the package group from which to list sub package groups.
2832 2833 2834 2835 2836 2837 2838 2839 2840 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2832 class ListSubPackageGroupsRequest < Struct.new( :domain, :domain_owner, :package_group, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |