Class: Aws::LakeFormation::Types::GetDataLakePrincipalResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identityString

A unique identifier of the invoking principal.

Returns:

  • (String)


1437
1438
1439
1440
1441
# File 'lib/aws-sdk-lakeformation/types.rb', line 1437

class GetDataLakePrincipalResponse < Struct.new(
  :identity)
  SENSITIVE = []
  include Aws::Structure
end