Class: Aws::Types::ListStreamProcessorsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def next_token
  @next_token
end

#stream_processors::Array[Types::StreamProcessor]

Returns the value of attribute stream_processors.

Returns:



1317
1318
1319
# File 'sig/types.rbs', line 1317

def stream_processors
  @stream_processors
end