Class: Aws::Glue::Types::DeleteSessionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DeleteSessionRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the session to be deleted. 
- 
  
    
      #request_origin  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the origin of the delete session request. 
Instance Attribute Details
#id ⇒ String
The ID of the session to be deleted.
| 8999 9000 9001 9002 9003 9004 | # File 'lib/aws-sdk-glue/types.rb', line 8999 class DeleteSessionRequest < Struct.new( :id, :request_origin) SENSITIVE = [] include Aws::Structure end | 
#request_origin ⇒ String
The name of the origin of the delete session request.
| 8999 9000 9001 9002 9003 9004 | # File 'lib/aws-sdk-glue/types.rb', line 8999 class DeleteSessionRequest < Struct.new( :id, :request_origin) SENSITIVE = [] include Aws::Structure end |