Class: Aws::CodeArtifact::Types::ListSubPackageGroupsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeartifact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


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_groupsArray<Types::PackageGroupSummary>

A list of sub package groups for the requested package group.

Returns:



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