Class: Aws::IoTEvents::Types::ListInputsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::ListInputsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to be returned per request.
-
#next_token ⇒ String
The token that you can use to return the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to be returned per request.
2362 2363 2364 2365 2366 2367 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2362 class ListInputsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that you can use to return the next set of results.
2362 2363 2364 2365 2366 2367 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2362 class ListInputsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |