Class: Aws::Glue::Types::DataLakePrincipal
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DataLakePrincipal
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass DataLakePrincipal data as a hash:
{
data_lake_principal_identifier: "DataLakePrincipalString",
}
The AWS Lake Formation principal.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_lake_principal_identifier ⇒ String
An identifier for the AWS Lake Formation principal.
Instance Attribute Details
#data_lake_principal_identifier ⇒ String
An identifier for the AWS Lake Formation principal.
4832 4833 4834 4835 4836 |
# File 'lib/aws-sdk-glue/types.rb', line 4832 class DataLakePrincipal < Struct.new( :data_lake_principal_identifier) SENSITIVE = [] include Aws::Structure end |