Class: Aws::IoTEvents::Types::ListInputsResponse

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_summariesArray<Types::InputSummary>

Summary information about the inputs.

Returns:



2379
2380
2381
2382
2383
2384
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2379

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

#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)


2379
2380
2381
2382
2383
2384
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2379

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