Class: Aws::Types::UpdateTableObjectsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def database_name
  @database_name
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def table_name
  @table_name
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def transaction_id
  @transaction_id
end

#write_operations::Array[Types::WriteOperation]

Returns the value of attribute write_operations.

Returns:



1200
1201
1202
# File 'sig/types.rbs', line 1200

def write_operations
  @write_operations
end