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)


1393
1394
1395
1396
1397
# File 'lib/aws-sdk-lakeformation/types.rb', line 1393

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