Class: Aws::IoTEvents::Types::ListInputRoutingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::ListInputRoutingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_identifier ⇒ Types::InputIdentifier
The identifer of the routed input.
-
#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
#input_identifier ⇒ Types::InputIdentifier
The identifer of the routed input.
2330 2331 2332 2333 2334 2335 2336 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2330 class ListInputRoutingsRequest < Struct.new( :input_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to be returned per request.
2330 2331 2332 2333 2334 2335 2336 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2330 class ListInputRoutingsRequest < Struct.new( :input_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that you can use to return the next set of results.
2330 2331 2332 2333 2334 2335 2336 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2330 class ListInputRoutingsRequest < Struct.new( :input_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |