Class: Aws::VPCLattice::Types::ListServicesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListServicesRequest
- 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.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
3341 3342 3343 3344 3345 3346 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3341 class ListServicesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for the next page of results.
3341 3342 3343 3344 3345 3346 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3341 class ListServicesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |