Class: Aws::LakeFormation::Types::DataLakePrincipal
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DataLakePrincipal
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
The Lake Formation principal. Supported principals are IAM users or IAM roles.
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.
672 673 674 675 676 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 672 class DataLakePrincipal < Struct.new( :data_lake_principal_identifier) SENSITIVE = [] include Aws::Structure end |