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.
3473 3474 3475 3476 3477 3478 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3473 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.
3473 3474 3475 3476 3477 3478 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3473 class ListTargetsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |