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

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

#input_summariesArray<Types::InputSummary>

Summary information about the inputs.

Returns:



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_tokenString

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

Returns:

  • (String)


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