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)


467
468
469
# File 'sig/types.rbs', line 467

def has_more_streams
  @has_more_streams
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def next_token
  @next_token
end

#stream_names::Array[::String]

Returns the value of attribute stream_names.

Returns:

  • (::Array[::String])


466
467
468
# File 'sig/types.rbs', line 466

def stream_names
  @stream_names
end

#stream_summaries::Array[Types::StreamSummary]

Returns the value of attribute stream_summaries.

Returns:



469
470
471
# File 'sig/types.rbs', line 469

def stream_summaries
  @stream_summaries
end