Class: Aws::Tnb::Types::ListSolFunctionPackagesInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-tnb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to include in the response.

Returns:

  • (Integer)


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_tokenString

The token for the next page of results.

Returns:

  • (String)


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