Class: Aws::Types::GetSessionResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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_configurationTypes::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_configurationTypes::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_configurationTypes::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

#statisticsTypes::SessionStatistics

Returns the value of attribute statistics.



577
578
579
# File 'sig/types.rbs', line 577

def statistics
  @statistics
end

#statusTypes::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