class Aws::GlueDataBrew::Types::Sample

Represents the sample size and sampling type for DataBrew to use for interactive data analysis.

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

data as a hash:

    {
      size: 1,
      type: "FIRST_N", # required, accepts FIRST_N, LAST_N, RANDOM
    }

@!attribute [rw] size

The number of rows in the sample.
@return [Integer]

@!attribute [rw] type

The way in which DataBrew obtains rows from a dataset.
@return [String]

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

Constants

SENSITIVE