Class: Aws::Athena::Types::TerminateSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::TerminateSessionRequest
- Defined in:
- gems/aws-sdk-athena/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.
4910 4911 4912 4913 4914 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4910 class TerminateSessionRequest < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |