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

#last_evaluated_stream_arn ⇒ ::String

Returns the value of attribute last_evaluated_stream_arn.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def last_evaluated_stream_arn
  @last_evaluated_stream_arn
end

#streams ⇒ ::Array[Types::Stream]

Returns the value of attribute streams.

Returns:



98
99
100
# File 'sig/types.rbs', line 98

def streams
  @streams
end