Class: Aws::Types::ListStreamSessionsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#export_files_status"SUCCEEDED", ...

Returns the value of attribute export_files_status.

Returns:

  • ("SUCCEEDED", "FAILED", "PENDING")


390
391
392
# File 'sig/types.rbs', line 390

def export_files_status
  @export_files_status
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def identifier
  @identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


392
393
394
# File 'sig/types.rbs', line 392

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def next_token
  @next_token
end

#status"ACTIVATING", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVATING", "ACTIVE", "CONNECTED", "PENDING_CLIENT_RECONNECTION", "RECONNECTING", "TERMINATING", "TERMINATED", "ERROR")


389
390
391
# File 'sig/types.rbs', line 389

def status
  @status
end