Class: Aws::Glue::Types::StatusDetails
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::StatusDetails
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A structure containing information about an asynchronous change to a table.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #requested_change  ⇒ Types::Table 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A ‘Table` object representing the requested changes. 
- 
  
    
      #view_validations  ⇒ Array<Types::ViewValidation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of ‘ViewValidation` objects that contain information for an analytical engine to validate a view. 
Instance Attribute Details
#requested_change ⇒ Types::Table
A ‘Table` object representing the requested changes.
| 24604 24605 24606 24607 24608 24609 | # File 'lib/aws-sdk-glue/types.rb', line 24604 class StatusDetails < Struct.new( :requested_change, :view_validations) SENSITIVE = [] include Aws::Structure end | 
#view_validations ⇒ Array<Types::ViewValidation>
A list of ‘ViewValidation` objects that contain information for an analytical engine to validate a view.
| 24604 24605 24606 24607 24608 24609 | # File 'lib/aws-sdk-glue/types.rb', line 24604 class StatusDetails < Struct.new( :requested_change, :view_validations) SENSITIVE = [] include Aws::Structure end |