Struct rusoto_glue::UpdateDatabaseRequest [] [src]

pub struct UpdateDatabaseRequest {
    pub catalog_id: Option<String>,
    pub database_input: DatabaseInput,
    pub name: String,
}

Fields

The ID of the Data Catalog in which the metadata database resides. If none is supplied, the AWS account ID is used by default.

A DatabaseInput object specifying the new definition of the metadata database in the catalog.

The name of the metadata database to update in the catalog.

Trait Implementations

impl Default for UpdateDatabaseRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for UpdateDatabaseRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateDatabaseRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations