Class: Aws::CodeArtifact::Types::ListPackageGroupsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListPackageGroupsResult
- Defined in:
- gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results.
-
#package_groups ⇒ Array<Types::PackageGroupSummary>
The list of package groups in the requested domain.
Instance Attribute Details
#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.
2139 2140 2141 2142 2143 2144 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2139 class ListPackageGroupsResult < Struct.new( :package_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#package_groups ⇒ Array<Types::PackageGroupSummary>
The list of package groups in the requested domain.
2139 2140 2141 2142 2143 2144 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2139 class ListPackageGroupsResult < Struct.new( :package_groups, :next_token) SENSITIVE = [] include Aws::Structure end |