Class: Aws::Glue::Types::GetStatementResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetStatementResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #statement  ⇒ Types::Statement 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the statement. 
Instance Attribute Details
#statement ⇒ Types::Statement
Returns the statement.
| 13889 13890 13891 13892 13893 | # File 'lib/aws-sdk-glue/types.rb', line 13889 class GetStatementResponse < Struct.new( :statement) SENSITIVE = [] include Aws::Structure end |