Class: Aws::LakeFormation::Types::CreateLakeFormationOptInRequest

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

#principalTypes::DataLakePrincipal

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



534
535
536
537
538
539
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 534

class CreateLakeFormationOptInRequest < Struct.new(
  :principal,
  :resource)
  SENSITIVE = []
  include Aws::Structure
end

#resourceTypes::Resource

A structure for the resource.

Returns:



534
535
536
537
538
539
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 534

class CreateLakeFormationOptInRequest < Struct.new(
  :principal,
  :resource)
  SENSITIVE = []
  include Aws::Structure
end