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.
| 13855 13856 13857 13858 13859 | # File 'lib/aws-sdk-glue/types.rb', line 13855 class GetSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |