Class: Aws::IoTEvents::Types::ListInputsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::ListInputsRequest
- Defined in:
- gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb
Overview
Note:
When making an API call, you may pass ListInputsRequest data as a hash:
{
next_token: "NextToken",
max_results: 1,
}
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.
4349 4350 4351 4352 4353 4354 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 4349 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.
4349 4350 4351 4352 4353 4354 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 4349 class ListInputsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |