Class: Aws::Athena::Types::GetSessionStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetSessionStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_id ⇒ String
The session ID.
-
#status ⇒ Types::SessionStatus
Contains information about the status of the session.
Instance Attribute Details
#session_id ⇒ String
The session ID.
2017 2018 2019 2020 2021 2022 |
# File 'lib/aws-sdk-athena/types.rb', line 2017 class GetSessionStatusResponse < Struct.new( :session_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::SessionStatus
Contains information about the status of the session.
2017 2018 2019 2020 2021 2022 |
# File 'lib/aws-sdk-athena/types.rb', line 2017 class GetSessionStatusResponse < Struct.new( :session_id, :status) SENSITIVE = [] include Aws::Structure end |