Class: Aws::LakeFormation::Types::WriteOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::WriteOperation
- 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
-
#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.
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_object ⇒ Types::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 |