Class: Aws::Glue::Types::StopSessionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::StopSessionResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the Id of the stopped session. 
Instance Attribute Details
#id ⇒ String
Returns the Id of the stopped session.
| 24709 24710 24711 24712 24713 | # File 'lib/aws-sdk-glue/types.rb', line 24709 class StopSessionResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |