Class: Aws::Types::ListStreamSessionsResponse

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)


515
516
517
# File 'sig/types.rbs', line 515

def next_token
  @next_token
end

#stream_sessions::Array[Types::StreamSessionSummary]

Returns the value of attribute stream_sessions.

Returns:



514
515
516
# File 'sig/types.rbs', line 514

def stream_sessions
  @stream_sessions
end