Class: Aws::CodeArtifact::Types::ListPackageGroupsResult

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

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.

Returns:

  • (String)


2130
2131
2132
2133
2134
2135
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2130

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

#package_groupsArray<Types::PackageGroupSummary>

The list of package groups in the requested domain.

Returns:



2130
2131
2132
2133
2134
2135
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2130

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