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.
2285 2286 2287 2288 2289 2290 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2285 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.
2285 2286 2287 2288 2289 2290 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2285 class ListServicesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |