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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/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.



3792
3793
3794
3795
3796
3797
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3792

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

#delete_objectTypes::DeleteObjectInput

An object to delete from the governed table.



3792
3793
3794
3795
3796
3797
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3792

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