Class: Aws::VPCLattice::Types::ListTargetGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListTargetGroupsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A pagination token for the next page of results.
-
#target_group_type ⇒ String
The target group type.
-
#vpc_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the VPC.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
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_token ⇒ String
A pagination token for the next page of results.
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_type ⇒ String
The target group type.
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_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the VPC.
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 |