Class: Aws::Types::TerminateSessionOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


1781
1782
1783
# File 'sig/types.rbs', line 1781

def cluster_id
  @cluster_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1782
1783
1784
# File 'sig/types.rbs', line 1782

def session_id
  @session_id
end

#state"SUBMITTED", ...

Returns the value of attribute state.

Returns:

  • ("SUBMITTED", "STARTING", "STARTED", "IDLE", "BUSY", "TERMINATING", "TERMINATED", "FAILED")


1783
1784
1785
# File 'sig/types.rbs', line 1783

def state
  @state
end