Class: Aws::IoTEvents::Types::ListInputsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to be returned per request.

Returns:

  • (Integer)


2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2363

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

#next_tokenString

The token that you can use to return the next set of results.

Returns:

  • (String)


2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2363

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