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 ARN of the VPC.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
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_token ⇒ String
A pagination token for the next page of results.
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_type ⇒ String
The target group type.
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_identifier ⇒ String
The ID or ARN of the VPC.
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 |