Class: Aws::VPCLattice::Types::ListServiceNetworksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListServiceNetworksResponse
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ServiceNetworkSummary>
Information about the service networks.
-
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
Instance Attribute Details
#items ⇒ Array<Types::ServiceNetworkSummary>
Information about the service networks.
3324 3325 3326 3327 3328 3329 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3324 class ListServiceNetworksResponse < 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.
3324 3325 3326 3327 3328 3329 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3324 class ListServiceNetworksResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |