class Aws::GlueDataBrew::Types::ViewFrame

Represents the data being transformed during an action.

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

data as a hash:

    {
      start_column_index: 1, # required
      column_range: 1,
      hidden_columns: ["ColumnName"],
    }

@!attribute [rw] start_column_index

The starting index for the range of columns to return in the view
frame.
@return [Integer]

@!attribute [rw] column_range

The number of columns to include in the view frame, beginning with
the `StartColumnIndex` value and ignoring any columns in the
`HiddenColumns` list.
@return [Integer]

@!attribute [rw] hidden_columns

A list of columns to hide in the view frame.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/ViewFrame AWS API Documentation

Constants

SENSITIVE