Class: Aws::Types::DebugSession
- Inherits:
-
Object
- Object
- Aws::Types::DebugSession
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#session_enabled ⇒ Boolean
Returns the value of attribute session_enabled.
-
#session_target ⇒ ::String
Returns the value of attribute session_target.
Instance Attribute Details
#session_enabled ⇒ Boolean
Returns the value of attribute session_enabled.
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.
410 411 412 |
# File 'sig/types.rbs', line 410 def session_target @session_target end |