Class: Aws::Athena::Types::GetSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetSessionRequest
- 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.
1765 1766 1767 1768 1769 |
# File 'lib/aws-sdk-athena/types.rb', line 1765 class GetSessionRequest < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |