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)


3814
3815
3816
3817
3818
3819
3820
3821
# File 'lib/aws-sdk-vpclattice/types.rb', line 3814

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

#next_tokenString

A pagination token for the next page of results.

Returns:

  • (String)


3814
3815
3816
3817
3818
3819
3820
3821
# File 'lib/aws-sdk-vpclattice/types.rb', line 3814

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

#target_group_typeString

The target group type.

Returns:

  • (String)


3814
3815
3816
3817
3818
3819
3820
3821
# File 'lib/aws-sdk-vpclattice/types.rb', line 3814

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

#vpc_identifierString

The ID or ARN of the VPC.

Returns:

  • (String)


3814
3815
3816
3817
3818
3819
3820
3821
# File 'lib/aws-sdk-vpclattice/types.rb', line 3814

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