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:



6975
6976
6977
6978
6979
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6975

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