class Aws::Honeycode::Types::UpdateRowData

Data needed to create a single row in a table as part of the BatchCreateTableRows request.

@note When making an API call, you may pass UpdateRowData

data as a hash:

    {
      row_id: "RowId", # required
      cells_to_update: { # required
        "ResourceId" => {
          fact: "Fact",
        },
      },
    }

@!attribute [rw] row_id

The id of the row that needs to be updated.
@return [String]

@!attribute [rw] cells_to_update

A map representing the cells to update in the given row. The key is
the column id of the cell and the value is the CellInput object that
represents the data to set in that cell.
@return [Hash<String,Types::CellInput>]

@see docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/UpdateRowData AWS API Documentation

Constants

SENSITIVE