Class: Aws::Types::ListStreamsOutput

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)


348
349
350
# File 'sig/types.rbs', line 348

def next_token
  @next_token
end

#stream_info_list::Array[Types::StreamInfo]

Returns the value of attribute stream_info_list.

Returns:



347
348
349
# File 'sig/types.rbs', line 347

def stream_info_list
  @stream_info_list
end