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

#has_more_streamsBoolean

Returns the value of attribute has_more_streams.

Returns:

  • (Boolean)


336
337
338
# File 'sig/types.rbs', line 336

def has_more_streams
  @has_more_streams
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def next_token
  @next_token
end

#stream_names::Array[::String]

Returns the value of attribute stream_names.

Returns:

  • (::Array[::String])


335
336
337
# File 'sig/types.rbs', line 335

def stream_names
  @stream_names
end

#stream_summaries::Array[Types::StreamSummary]

Returns the value of attribute stream_summaries.

Returns:



338
339
340
# File 'sig/types.rbs', line 338

def stream_summaries
  @stream_summaries
end