Class: Aws::Athena::Types::GetSessionStatusResponse

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)


1846
1847
1848
1849
1850
1851
# File 'lib/aws-sdk-athena/types.rb', line 1846

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

#statusTypes::SessionStatus

Contains information about the status of the session.



1846
1847
1848
1849
1850
1851
# File 'lib/aws-sdk-athena/types.rb', line 1846

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