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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



5656
5657
5658
5659
5660
# File 'lib/aws-sdk-glue/types.rb', line 5656

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