You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GlueDataBrew::Types::UpdateDatasetRequestWhen 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
Options that define how Microsoft Excel input is to be interpreted by DataBrew.
.
Information on how AWS Glue DataBrew can find data, in either the AWS Glue Data Catalog or Amazon S3.
.
The name of the dataset to be updated.
Options that define how Microsoft Excel input is to be interpreted by DataBrew.
#input ⇒ Types::InputInformation on how AWS Glue DataBrew can find data, in either the AWS Glue Data Catalog or Amazon S3.
#name ⇒ StringThe 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