class Aws::IoTEvents::Types::ListInputRoutingsRequest
@note When making an API call, you may pass ListInputRoutingsRequest
data as a hash: { input_identifier: { # required iot_events_input_identifier: { input_name: "InputName", # required }, iot_site_wise_input_identifier: { iot_site_wise_asset_model_property_identifier: { asset_model_id: "AssetModelId", # required property_id: "AssetPropertyId", # required }, }, }, max_results: 1, next_token: "NextToken", }
@!attribute [rw] input_identifier
The identifer of the routed input. @return [Types::InputIdentifier]
@!attribute [rw] max_results
The maximum number of results to be returned per request. @return [Integer]
@!attribute [rw] next_token
The token that you can use to return the next set of results. @return [String]
Constants
- SENSITIVE