Struct aws_sdk_glue::input::DeleteDatabaseInput
source · #[non_exhaustive]pub struct DeleteDatabaseInput { /* private fields */ }Implementations§
source§impl DeleteDatabaseInput
impl DeleteDatabaseInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDatabase, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDatabase, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDatabase>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDatabaseInput.
source§impl DeleteDatabaseInput
impl DeleteDatabaseInput
sourcepub fn catalog_id(&self) -> Option<&str>
pub fn catalog_id(&self) -> Option<&str>
The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services account ID is used by default.
Trait Implementations§
source§impl Clone for DeleteDatabaseInput
impl Clone for DeleteDatabaseInput
source§fn clone(&self) -> DeleteDatabaseInput
fn clone(&self) -> DeleteDatabaseInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeleteDatabaseInput
impl Debug for DeleteDatabaseInput
source§impl PartialEq<DeleteDatabaseInput> for DeleteDatabaseInput
impl PartialEq<DeleteDatabaseInput> for DeleteDatabaseInput
source§fn eq(&self, other: &DeleteDatabaseInput) -> bool
fn eq(&self, other: &DeleteDatabaseInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.