Class: Aws::IoTEvents::Types::ListInputsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::ListInputsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_summaries ⇒ Array<Types::InputSummary>
Summary information about the inputs.
-
#next_token ⇒ String
The token that you can use to return the next set of results, or ‘null` if there are no more results.
Instance Attribute Details
#input_summaries ⇒ Array<Types::InputSummary>
Summary information about the inputs.
2378 2379 2380 2381 2382 2383 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2378 class ListInputsResponse < Struct.new( :input_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that you can use to return the next set of results, or ‘null` if there are no more results.
2378 2379 2380 2381 2382 2383 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2378 class ListInputsResponse < Struct.new( :input_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |