Class: Aws::LakeFormation::Types::DeleteLakeFormationOptInRequest

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

#principalTypes::DataLakePrincipal

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



984
985
986
987
988
989
# File 'lib/aws-sdk-lakeformation/types.rb', line 984

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

#resourceTypes::Resource

A structure for the resource.

Returns:



984
985
986
987
988
989
# File 'lib/aws-sdk-lakeformation/types.rb', line 984

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