Class: Aws::VPCLattice::Types::ListServiceNetworksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListServiceNetworksRequest
- Defined in:
- gems/aws-sdk-vpclattice/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.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
3306 3307 3308 3309 3310 3311 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3306 class ListServiceNetworksRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for the next page of results.
3306 3307 3308 3309 3310 3311 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3306 class ListServiceNetworksRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |