Class: Aws::Glue::Types::CancelStatementRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CancelStatementRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the statement to be cancelled. 
- 
  
    
      #request_origin  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The origin of the request to cancel the statement. 
- 
  
    
      #session_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Session ID of the statement to be cancelled. 
Instance Attribute Details
#id ⇒ Integer
The ID of the statement to be cancelled.
| 1892 1893 1894 1895 1896 1897 1898 | # File 'lib/aws-sdk-glue/types.rb', line 1892 class CancelStatementRequest < Struct.new( :session_id, :id, :request_origin) SENSITIVE = [] include Aws::Structure end | 
#request_origin ⇒ String
The origin of the request to cancel the statement.
| 1892 1893 1894 1895 1896 1897 1898 | # File 'lib/aws-sdk-glue/types.rb', line 1892 class CancelStatementRequest < Struct.new( :session_id, :id, :request_origin) SENSITIVE = [] include Aws::Structure end | 
#session_id ⇒ String
The Session ID of the statement to be cancelled.
| 1892 1893 1894 1895 1896 1897 1898 | # File 'lib/aws-sdk-glue/types.rb', line 1892 class CancelStatementRequest < Struct.new( :session_id, :id, :request_origin) SENSITIVE = [] include Aws::Structure end |