Class: Aws::LakeFormation::Types::WriteOperation

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

Overview

Defines an object to add to or delete from a governed table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#add_objectTypes::AddObjectInput

A new object to add to the governed table.



4047
4048
4049
4050
4051
4052
# File 'lib/aws-sdk-lakeformation/types.rb', line 4047

class WriteOperation < Struct.new(
  :add_object,
  :delete_object)
  SENSITIVE = []
  include Aws::Structure
end

#delete_objectTypes::DeleteObjectInput

An object to delete from the governed table.



4047
4048
4049
4050
4051
4052
# File 'lib/aws-sdk-lakeformation/types.rb', line 4047

class WriteOperation < Struct.new(
  :add_object,
  :delete_object)
  SENSITIVE = []
  include Aws::Structure
end