Class: Aws::CodeArtifact::Types::ListPackagesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListPackagesResult
- Defined in:
- gems/aws-sdk-codeartifact/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.
-
#packages ⇒ Array<Types::PackageSummary>
The list of returned [PackageSummary][1] objects.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
2100 2101 2102 2103 2104 2105 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2100 class ListPackagesResult < Struct.new( :packages, :next_token) SENSITIVE = [] include Aws::Structure end |
#packages ⇒ Array<Types::PackageSummary>
The list of returned PackageSummary objects.
2100 2101 2102 2103 2104 2105 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2100 class ListPackagesResult < Struct.new( :packages, :next_token) SENSITIVE = [] include Aws::Structure end |