A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/GlueDataBrew/Types/UpdateDatasetRequest.html below:

UpdateDatasetRequest — AWS SDK for Ruby V2

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

Class: Aws::GlueDataBrew::Types::UpdateDatasetRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

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

{
  name: "DatasetName",   format_options: {
    json: {
      multi_line: false,
    },
    excel: {
      sheet_names: ["SheetName"],
      sheet_indexes: [1],
    },
  },
  input: {     s3_input_definition: {
      bucket: "Bucket",       key: "Key",
    },
    data_catalog_input_definition: {
      catalog_id: "CatalogId",
      database_name: "DatabaseName",       table_name: "TableName",       temp_directory: {
        bucket: "Bucket",         key: "Key",
      },
    },
  },
}
Instance Attribute Summary collapse Instance Attribute Details #format_optionsTypes::FormatOptions

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

#inputTypes::Input

Information on how AWS Glue DataBrew can find data, in either the AWS Glue Data Catalog or Amazon S3.

#name ⇒ String

The name of the dataset to be updated.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4