Class: Aws::Athena::Types::GetSessionStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetSessionStatusRequest
- 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.
Instance Attribute Details
#session_id ⇒ String
The session ID.
1832 1833 1834 1835 1836 |
# File 'lib/aws-sdk-athena/types.rb', line 1832 class GetSessionStatusRequest < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |