Class: Aws::IoTEvents::Types::ListInputRoutingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::ListInputRoutingsResponse
- Defined in:
- gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token that you can use to return the next set of results, or
null
if there are no more results. -
#routed_resources ⇒ Array<Types::RoutedResource>
Summary information about the routed resources.
Instance Attribute Details
#next_token ⇒ String
The token that you can use to return the next set of results, or
null
if there are no more results.
2348 2349 2350 2351 2352 2353 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2348 class ListInputRoutingsResponse < Struct.new( :routed_resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#routed_resources ⇒ Array<Types::RoutedResource>
Summary information about the routed resources.
2348 2349 2350 2351 2352 2353 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2348 class ListInputRoutingsResponse < Struct.new( :routed_resources, :next_token) SENSITIVE = [] include Aws::Structure end |