Class: Aws::VPCLattice::Types::ListTargetGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListTargetGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::TargetGroupSummary>
Information about the target groups.
-
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
Instance Attribute Details
#items ⇒ Array<Types::TargetGroupSummary>
Information about the target groups.
2372 2373 2374 2375 2376 2377 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2372 class ListTargetGroupsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
2372 2373 2374 2375 2376 2377 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2372 class ListTargetGroupsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |