Class: Aws::Athena::Types::GetSessionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_idString

The session ID.

Returns:

  • (String)


1763
1764
1765
1766
1767
# File 'lib/aws-sdk-athena/types.rb', line 1763

class GetSessionRequest < Struct.new(
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end