Class: Aws::Glue::Types::GetSessionResponse

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

The session object is returned in the response.

Returns:



11437
11438
11439
11440
11441
# File 'lib/aws-sdk-glue/types.rb', line 11437

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