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.
1371 1372 1373 1374 1375 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1371 class GetDataLakePrincipalResponse < Struct.new( :identity) SENSITIVE = [] include Aws::Structure end |