Class: Aws::Glue::Types::GetStatementRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetStatementRequest
 
- 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. 
- 
  
    
      #request_origin  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The origin of the request. 
- 
  
    
      #session_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Session ID of the statement. 
Instance Attribute Details
#id ⇒ Integer
The Id of the statement.
| 13875 13876 13877 13878 13879 13880 13881 | # File 'lib/aws-sdk-glue/types.rb', line 13875 class GetStatementRequest < Struct.new( :session_id, :id, :request_origin) SENSITIVE = [] include Aws::Structure end | 
#request_origin ⇒ String
The origin of the request.
| 13875 13876 13877 13878 13879 13880 13881 | # File 'lib/aws-sdk-glue/types.rb', line 13875 class GetStatementRequest < Struct.new( :session_id, :id, :request_origin) SENSITIVE = [] include Aws::Structure end | 
#session_id ⇒ String
The Session ID of the statement.
| 13875 13876 13877 13878 13879 13880 13881 | # File 'lib/aws-sdk-glue/types.rb', line 13875 class GetStatementRequest < Struct.new( :session_id, :id, :request_origin) SENSITIVE = [] include Aws::Structure end |