Class: Aws::Types::StartSessionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def session_id
  @session_id
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATED", "IDLE", "BUSY", "TERMINATING", "TERMINATED", "DEGRADED", "FAILED")


1197
1198
1199
# File 'sig/types.rbs', line 1197

def state
  @state
end