Class: Aws::CodeArtifact::Types::ListSubPackageGroupsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListSubPackageGroupsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#package_groups ⇒ Array<Types::PackageGroupSummary>
A list of sub package groups for the requested package group.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
2853 2854 2855 2856 2857 2858 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2853 class ListSubPackageGroupsResult < Struct.new( :package_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#package_groups ⇒ Array<Types::PackageGroupSummary>
A list of sub package groups for the requested package group.
2853 2854 2855 2856 2857 2858 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2853 class ListSubPackageGroupsResult < Struct.new( :package_groups, :next_token) SENSITIVE = [] include Aws::Structure end |