Class: Aws::LakeFormation::Types::GetDataLakePrincipalResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetDataLakePrincipalResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity ⇒ String
A unique identifier of the invoking principal.
Instance Attribute Details
#identity ⇒ String
A unique identifier of the invoking principal.
1423 1424 1425 1426 1427 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1423 class GetDataLakePrincipalResponse < Struct.new( :identity) SENSITIVE = [] include Aws::Structure end |