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:



13808
13809
13810
13811
13812
# File 'lib/aws-sdk-glue/types.rb', line 13808

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