Class: Aws::Glue::Types::GetSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetSessionResponse
- Defined in:
- gems/aws-sdk-glue/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.
13843 13844 13845 13846 13847 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13843 class GetSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |