Class: Aws::Glue::Types::CreateSessionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sessionTypes::Session

Returns the session object in the response.

Returns:



5999
6000
6001
6002
6003
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5999

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