Class: Aws::Athena::Types::TerminateSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::TerminateSessionRequest
- 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.
4387 4388 4389 4390 4391 |
# File 'lib/aws-sdk-athena/types.rb', line 4387 class TerminateSessionRequest < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |