class Aws::Glue::Types::GetDatabasesRequest

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

data as a hash:

    {
      catalog_id: "CatalogIdString",
      next_token: "Token",
      max_results: 1,
      resource_share_type: "FOREIGN", # accepts FOREIGN, ALL
    }

@!attribute [rw] catalog_id

The ID of the Data Catalog from which to retrieve `Databases`. If
none is provided, the Amazon Web Services account ID is used by
default.
@return [String]

@!attribute [rw] next_token

A continuation token, if this is a continuation call.
@return [String]

@!attribute [rw] max_results

The maximum number of databases to return in one response.
@return [Integer]

@!attribute [rw] resource_share_type

Allows you to specify that you want to list the databases shared
with your account. The allowable values are `FOREIGN` or `ALL`.

* If set to `FOREIGN`, will list the databases shared with your
  account.

* If set to `ALL`, will list the databases shared with your account,
  as well as the databases in yor local account.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDatabasesRequest AWS API Documentation

Constants

SENSITIVE