You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GlueDataBrew::Types::FormatOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FormatOptions as input to an Aws::Client method, you can use a vanilla Hash:

{
  json: {
    multi_line: false,
  },
  excel: {
    sheet_names: ["SheetName"],
    sheet_indexes: [1],
  },
}

Options that define how Microsoft Excel input is to be interpreted by DataBrew.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#excelTypes::ExcelOptions

Options that define how Excel input is to be interpreted by DataBrew.

Returns:

  • (Types::ExcelOptions)

    Options that define how Excel input is to be interpreted by DataBrew.

#jsonTypes::JsonOptions

Options that define how JSON input is to be interpreted by DataBrew.

Returns:

  • (Types::JsonOptions)

    Options that define how JSON input is to be interpreted by DataBrew.