Class: Aws::Types::GetSessionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine_configuration ⇒ Types::EngineConfiguration
Returns the value of attribute engine_configuration.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#monitoring_configuration ⇒ Types::MonitoringConfiguration
Returns the value of attribute monitoring_configuration.
-
#notebook_version ⇒ ::String
Returns the value of attribute notebook_version.
-
#session_configuration ⇒ Types::SessionConfiguration
Returns the value of attribute session_configuration.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#statistics ⇒ Types::SessionStatistics
Returns the value of attribute statistics.
-
#status ⇒ Types::SessionStatus
Returns the value of attribute status.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
569 570 571 |
# File 'sig/types.rbs', line 569 def description @description end |
#engine_configuration ⇒ Types::EngineConfiguration
Returns the value of attribute engine_configuration.
572 573 574 |
# File 'sig/types.rbs', line 572 def engine_configuration @engine_configuration end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
571 572 573 |
# File 'sig/types.rbs', line 571 def engine_version @engine_version end |
#monitoring_configuration ⇒ Types::MonitoringConfiguration
Returns the value of attribute monitoring_configuration.
574 575 576 |
# File 'sig/types.rbs', line 574 def monitoring_configuration @monitoring_configuration end |
#notebook_version ⇒ ::String
Returns the value of attribute notebook_version.
573 574 575 |
# File 'sig/types.rbs', line 573 def notebook_version @notebook_version end |
#session_configuration ⇒ Types::SessionConfiguration
Returns the value of attribute session_configuration.
575 576 577 |
# File 'sig/types.rbs', line 575 def session_configuration @session_configuration end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
568 569 570 |
# File 'sig/types.rbs', line 568 def session_id @session_id end |
#statistics ⇒ Types::SessionStatistics
Returns the value of attribute statistics.
577 578 579 |
# File 'sig/types.rbs', line 577 def statistics @statistics end |
#status ⇒ Types::SessionStatus
Returns the value of attribute status.
576 577 578 |
# File 'sig/types.rbs', line 576 def status @status end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
570 571 572 |
# File 'sig/types.rbs', line 570 def work_group @work_group end |