Class: Aws::Glue::Types::DataLakePrincipal
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DataLakePrincipal
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The Lake Formation principal.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #data_lake_principal_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An identifier for the Lake Formation principal. 
Instance Attribute Details
#data_lake_principal_identifier ⇒ String
An identifier for the Lake Formation principal.
| 7518 7519 7520 7521 7522 | # File 'lib/aws-sdk-glue/types.rb', line 7518 class DataLakePrincipal < Struct.new( :data_lake_principal_identifier) SENSITIVE = [] include Aws::Structure end |