Class: Aws::Glue::Types::DataLakePrincipal

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

The Lake Formation principal.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_lake_principal_identifierString

An identifier for the Lake Formation principal.

Returns:

  • (String)


6168
6169
6170
6171
6172
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6168

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