Class: Aws::Types::DebugSession

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#session_enabledBoolean

Returns the value of attribute session_enabled.

Returns:

  • (Boolean)


409
410
411
# File 'sig/types.rbs', line 409

def session_enabled
  @session_enabled
end

#session_target::String

Returns the value of attribute session_target.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def session_target
  @session_target
end