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

Class: Aws::GlueDataBrew::Types::Input

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

Overview

Note:

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

{
  s3_input_definition: {
    bucket: "Bucket", # required
    key: "Key",
  },
  data_catalog_input_definition: {
    catalog_id: "CatalogId",
    database_name: "DatabaseName", # required
    table_name: "TableName", # required
    temp_directory: {
      bucket: "Bucket", # required
      key: "Key",
    },
  },
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#data_catalog_input_definitionTypes::DataCatalogInputDefinition

The AWS Glue Data Catalog parameters for the data.

Returns:

#s3_input_definitionTypes::S3Location

The Amazon S3 location where the data is stored.

Returns: