Class: Aws::VPCLattice::Types::ListTargetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListTargetsRequest
- 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_identifier ⇒ String
The ID or ARN of the target group.
-
#targets ⇒ Array<Types::Target>
The targets.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
3453 3454 3455 3456 3457 3458 3459 3460 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3453 class ListTargetsRequest < Struct.new( :max_results, :next_token, :target_group_identifier, :targets) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for the next page of results.
3453 3454 3455 3456 3457 3458 3459 3460 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3453 class ListTargetsRequest < Struct.new( :max_results, :next_token, :target_group_identifier, :targets) SENSITIVE = [] include Aws::Structure end |
#target_group_identifier ⇒ String
The ID or ARN of the target group.
3453 3454 3455 3456 3457 3458 3459 3460 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3453 class ListTargetsRequest < Struct.new( :max_results, :next_token, :target_group_identifier, :targets) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<Types::Target>
The targets.
3453 3454 3455 3456 3457 3458 3459 3460 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3453 class ListTargetsRequest < Struct.new( :max_results, :next_token, :target_group_identifier, :targets) SENSITIVE = [] include Aws::Structure end |