Class: Aws::VPCLattice::Types::ListTargetGroupsRequest

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

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2352
2353
2354
2355
2356
2357
2358
2359
# File 'lib/aws-sdk-vpclattice/types.rb', line 2352

class ListTargetGroupsRequest < Struct.new(
  :max_results,
  :next_token,
  :target_group_type,
  :vpc_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token for the next page of results.

Returns:

  • (String)


2352
2353
2354
2355
2356
2357
2358
2359
# File 'lib/aws-sdk-vpclattice/types.rb', line 2352

class ListTargetGroupsRequest < Struct.new(
  :max_results,
  :next_token,
  :target_group_type,
  :vpc_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#target_group_typeString

The target group type.

Returns:

  • (String)


2352
2353
2354
2355
2356
2357
2358
2359
# File 'lib/aws-sdk-vpclattice/types.rb', line 2352

class ListTargetGroupsRequest < Struct.new(
  :max_results,
  :next_token,
  :target_group_type,
  :vpc_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_identifierString

The ID or Amazon Resource Name (ARN) of the VPC.

Returns:

  • (String)


2352
2353
2354
2355
2356
2357
2358
2359
# File 'lib/aws-sdk-vpclattice/types.rb', line 2352

class ListTargetGroupsRequest < Struct.new(
  :max_results,
  :next_token,
  :target_group_type,
  :vpc_identifier)
  SENSITIVE = []
  include Aws::Structure
end