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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeartifact/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)


2841
2842
2843
2844
2845
2846
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2841

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:



2841
2842
2843
2844
2845
2846
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2841

class ListSubPackageGroupsResult < Struct.new(
  :package_groups,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end