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.
11979 11980 11981 11982 11983 |
# File 'lib/aws-sdk-glue/types.rb', line 11979 class GetSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |