Class: Aws::Athena::Types::GetSessionStatusRequest

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)


2167
2168
2169
2170
2171
# File 'lib/aws-sdk-athena/types.rb', line 2167

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