Class: Aws::IoTEvents::Types::ListInputRoutingsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotevents/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token that you can use to return the next set of results, or ‘null` if there are no more results.

Returns:

  • (String)


2347
2348
2349
2350
2351
2352
# File 'lib/aws-sdk-iotevents/types.rb', line 2347

class ListInputRoutingsResponse < Struct.new(
  :routed_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#routed_resourcesArray<Types::RoutedResource>

Summary information about the routed resources.

Returns:



2347
2348
2349
2350
2351
2352
# File 'lib/aws-sdk-iotevents/types.rb', line 2347

class ListInputRoutingsResponse < Struct.new(
  :routed_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end