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:



6859
6860
6861
6862
6863
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6859

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