Class: Aws::Tnb::Types::ListSolFunctionInstancesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-tnb/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)


1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1243

class ListSolFunctionInstancesInput < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1243

class ListSolFunctionInstancesInput < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end