Class: Aws::Tnb::Types::ListSolFunctionPackagesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::ListSolFunctionPackagesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to include in the response.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to include in the response.
1420 1421 1422 1423 1424 1425 |
# File 'lib/aws-sdk-tnb/types.rb', line 1420 class ListSolFunctionPackagesInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
1420 1421 1422 1423 1424 1425 |
# File 'lib/aws-sdk-tnb/types.rb', line 1420 class ListSolFunctionPackagesInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |