Class: Aws::DataExchange::Types::LFResourceDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::LFResourceDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
Details about the AWS Lake Formation resource (Table or Database) included in the AWS Lake Formation data permission.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #database  ⇒ Types::DatabaseLFTagPolicy 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about the database resource included in the AWS Lake Formation data permission.
 - 
  
    
      #table  ⇒ Types::TableLFTagPolicy 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about the table resource included in the AWS Lake Formation data permission.
 
Instance Attribute Details
#database ⇒ Types::DatabaseLFTagPolicy
Details about the database resource included in the AWS Lake Formation data permission.
      2570 2571 2572 2573 2574 2575  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 2570 class LFResourceDetails < Struct.new( :database, :table) SENSITIVE = [] include Aws::Structure end  | 
  
#table ⇒ Types::TableLFTagPolicy
Details about the table resource included in the AWS Lake Formation data permission.
      2570 2571 2572 2573 2574 2575  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 2570 class LFResourceDetails < Struct.new( :database, :table) SENSITIVE = [] include Aws::Structure end  |