Class: Aws::LakeFormation::Types::WriteOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::WriteOperation
- 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
-
#add_object ⇒ Types::AddObjectInput
A new object to add to the governed table.
-
#delete_object ⇒ Types::DeleteObjectInput
An object to delete from the governed table.
Instance Attribute Details
#add_object ⇒ Types::AddObjectInput
A new object to add to the governed table.
4081 4082 4083 4084 4085 4086 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 4081 class WriteOperation < Struct.new( :add_object, :delete_object) SENSITIVE = [] include Aws::Structure end |
#delete_object ⇒ Types::DeleteObjectInput
An object to delete from the governed table.
4081 4082 4083 4084 4085 4086 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 4081 class WriteOperation < Struct.new( :add_object, :delete_object) SENSITIVE = [] include Aws::Structure end |