Class: Aws::CodeArtifact::Types::ListAssociatedPackagesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListAssociatedPackagesResult
- Defined in:
- gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results.
-
#packages ⇒ Array<Types::AssociatedPackage>
The list of packages associated with the requested package group.
Instance Attribute Details
#next_token ⇒ String
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.
2041 2042 2043 2044 2045 2046 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2041 class ListAssociatedPackagesResult < Struct.new( :packages, :next_token) SENSITIVE = [] include Aws::Structure end |
#packages ⇒ Array<Types::AssociatedPackage>
The list of packages associated with the requested package group.
2041 2042 2043 2044 2045 2046 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2041 class ListAssociatedPackagesResult < Struct.new( :packages, :next_token) SENSITIVE = [] include Aws::Structure end |