Class: Aws::CodeArtifact::Types::ListPackagesResult

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)


2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2678

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

#packagesArray<Types::PackageSummary>

The list of returned PackageSummary objects.

Returns:



2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2678

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