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.
1848 1849 1850 1851 1852 1853 |
# File 'lib/aws-sdk-athena/types.rb', line 1848 class GetSessionStatusResponse < Struct.new( :session_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::SessionStatus
Contains information about the status of the session.
1848 1849 1850 1851 1852 1853 |
# File 'lib/aws-sdk-athena/types.rb', line 1848 class GetSessionStatusResponse < Struct.new( :session_id, :status) SENSITIVE = [] include Aws::Structure end |