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)


1830
1831
1832
1833
1834
# File 'lib/aws-sdk-athena/types.rb', line 1830

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