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:



474
475
476
# File 'sig/types.rbs', line 474

def has_more_streams
  @has_more_streams
end

#next_token::String

Returns the value of attribute next_token.

Returns:



475
476
477
# File 'sig/types.rbs', line 475

def next_token
  @next_token
end

#stream_names::Array[::String]

Returns the value of attribute stream_names.

Returns:



473
474
475
# File 'sig/types.rbs', line 473

def stream_names
  @stream_names
end

#stream_summaries::Array[Types::StreamSummary]

Returns the value of attribute stream_summaries.

Returns:



476
477
478
# File 'sig/types.rbs', line 476

def stream_summaries
  @stream_summaries
end