Class: Aws::Athena::Types::GetSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetSessionResponse
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The session description.
-
#engine_configuration ⇒ Types::EngineConfiguration
Contains engine configuration information like DPU usage.
-
#engine_version ⇒ String
The engine version used by the session (for example,
PySpark engine version 3
). -
#notebook_version ⇒ String
The notebook version.
-
#session_configuration ⇒ Types::SessionConfiguration
Contains the workgroup configuration information used by the session.
-
#session_id ⇒ String
The session ID.
-
#statistics ⇒ Types::SessionStatistics
Contains the DPU execution time.
-
#status ⇒ Types::SessionStatus
Contains information about the status of the session.
-
#work_group ⇒ String
The workgroup to which the session belongs.
Instance Attribute Details
#description ⇒ String
The session description.
2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007 class GetSessionResponse < Struct.new( :session_id, :description, :work_group, :engine_version, :engine_configuration, :notebook_version, :session_configuration, :status, :statistics) SENSITIVE = [] include Aws::Structure end |
#engine_configuration ⇒ Types::EngineConfiguration
Contains engine configuration information like DPU usage.
2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007 class GetSessionResponse < Struct.new( :session_id, :description, :work_group, :engine_version, :engine_configuration, :notebook_version, :session_configuration, :status, :statistics) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The engine version used by the session (for example, PySpark engine
version 3
). You can get a list of engine versions by calling
ListEngineVersions.
2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007 class GetSessionResponse < Struct.new( :session_id, :description, :work_group, :engine_version, :engine_configuration, :notebook_version, :session_configuration, :status, :statistics) SENSITIVE = [] include Aws::Structure end |
#notebook_version ⇒ String
The notebook version.
2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007 class GetSessionResponse < Struct.new( :session_id, :description, :work_group, :engine_version, :engine_configuration, :notebook_version, :session_configuration, :status, :statistics) SENSITIVE = [] include Aws::Structure end |
#session_configuration ⇒ Types::SessionConfiguration
Contains the workgroup configuration information used by the session.
2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007 class GetSessionResponse < Struct.new( :session_id, :description, :work_group, :engine_version, :engine_configuration, :notebook_version, :session_configuration, :status, :statistics) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The session ID.
2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007 class GetSessionResponse < Struct.new( :session_id, :description, :work_group, :engine_version, :engine_configuration, :notebook_version, :session_configuration, :status, :statistics) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Types::SessionStatistics
Contains the DPU execution time.
2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007 class GetSessionResponse < Struct.new( :session_id, :description, :work_group, :engine_version, :engine_configuration, :notebook_version, :session_configuration, :status, :statistics) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::SessionStatus
Contains information about the status of the session.
2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007 class GetSessionResponse < Struct.new( :session_id, :description, :work_group, :engine_version, :engine_configuration, :notebook_version, :session_configuration, :status, :statistics) SENSITIVE = [] include Aws::Structure end |
#work_group ⇒ String
The workgroup to which the session belongs.
2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007 class GetSessionResponse < Struct.new( :session_id, :description, :work_group, :engine_version, :engine_configuration, :notebook_version, :session_configuration, :status, :statistics) SENSITIVE = [] include Aws::Structure end |