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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/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)


1315
1316
1317
1318
1319
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1315

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