Class: Aws::IoTEvents::Types::ListInputRoutingsRequest

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

#input_identifierTypes::InputIdentifier

The identifer of the routed input.



2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2331

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

#max_resultsInteger

The maximum number of results to be returned per request.

Returns:

  • (Integer)


2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2331

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

#next_tokenString

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

Returns:

  • (String)


2331
2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2331

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