Class: Aws::Glue::Types::CreateSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateSessionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session ⇒ Types::Session
Returns the session object in the response.
Instance Attribute Details
#session ⇒ Types::Session
Returns the session object in the response.
7456 7457 7458 7459 7460 |
# File 'lib/aws-sdk-glue/types.rb', line 7456 class CreateSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |