Class: Aws::VPCLattice::Types::ListResourceGatewaysRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListResourceGatewaysRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum page size.
-
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum page size.
3048 3049 3050 3051 3052 3053 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3048 class ListResourceGatewaysRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
3048 3049 3050 3051 3052 3053 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3048 class ListResourceGatewaysRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |