Class: Aws::VPCLattice::Types::ListTargetGroupsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::TargetGroupSummary>

Information about the target groups.

Returns:



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_tokenString

If there are additional results, a pagination token for the next page of results.

Returns:

  • (String)


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