Class: Aws::VPCLattice::Types::ListTargetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListTargetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::TargetSummary>
Information about the targets.
-
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
Instance Attribute Details
#items ⇒ Array<Types::TargetSummary>
Information about the targets.
2417 2418 2419 2420 2421 2422 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2417 class ListTargetsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
2417 2418 2419 2420 2421 2422 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2417 class ListTargetsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |