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)


1371
1372
1373
1374
1375
# File 'lib/aws-sdk-lakeformation/types.rb', line 1371

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