Class: Aws::Types::TerminateSessionInput

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)


1775
1776
1777
# File 'sig/types.rbs', line 1775

def cluster_id
  @cluster_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1776
1777
1778
# File 'sig/types.rbs', line 1776

def session_id
  @session_id
end