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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/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)


2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2359

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)


2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2359

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)


2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2359

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 service.

Returns:

  • (String)


2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2359

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