Class: Aws::Athena::Types::SessionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::SessionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Contains summary information about a session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The session description.
-
#engine_version ⇒ Types::EngineVersion
The engine version used by the session (for example, ‘PySpark engine version 3`).
-
#notebook_version ⇒ String
The notebook version.
-
#session_id ⇒ String
The session ID.
-
#status ⇒ Types::SessionStatus
Contains information about the session status.
Instance Attribute Details
#description ⇒ String
The session description.
3961 3962 3963 3964 3965 3966 3967 3968 3969 |
# File 'lib/aws-sdk-athena/types.rb', line 3961 class SessionSummary < Struct.new( :session_id, :description, :engine_version, :notebook_version, :status) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ Types::EngineVersion
The engine version used by the session (for example, ‘PySpark engine version 3`).
3961 3962 3963 3964 3965 3966 3967 3968 3969 |
# File 'lib/aws-sdk-athena/types.rb', line 3961 class SessionSummary < Struct.new( :session_id, :description, :engine_version, :notebook_version, :status) SENSITIVE = [] include Aws::Structure end |
#notebook_version ⇒ String
The notebook version.
3961 3962 3963 3964 3965 3966 3967 3968 3969 |
# File 'lib/aws-sdk-athena/types.rb', line 3961 class SessionSummary < Struct.new( :session_id, :description, :engine_version, :notebook_version, :status) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The session ID.
3961 3962 3963 3964 3965 3966 3967 3968 3969 |
# File 'lib/aws-sdk-athena/types.rb', line 3961 class SessionSummary < Struct.new( :session_id, :description, :engine_version, :notebook_version, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::SessionStatus
Contains information about the session status.
3961 3962 3963 3964 3965 3966 3967 3968 3969 |
# File 'lib/aws-sdk-athena/types.rb', line 3961 class SessionSummary < Struct.new( :session_id, :description, :engine_version, :notebook_version, :status) SENSITIVE = [] include Aws::Structure end |