Class: Aws::LakeFormation::Types::DataLakePrincipal

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

Overview

The Lake Formation principal. Supported principals are IAM users or IAM roles.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_lake_principal_identifierString

An identifier for the Lake Formation principal.

Returns:

  • (String)


623
624
625
626
627
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 623

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