Class: Aws::Glue::Types::GetSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetSessionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session ⇒ Types::Session
The session object is returned in the response.
Instance Attribute Details
#session ⇒ Types::Session
The session object is returned in the response.
12138 12139 12140 12141 12142 |
# File 'lib/aws-sdk-glue/types.rb', line 12138 class GetSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |