Struct aws_sdk_glue::input::GetDatabaseInput
source · #[non_exhaustive]pub struct GetDatabaseInput { /* private fields */ }Implementations§
source§impl GetDatabaseInput
impl GetDatabaseInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDatabase, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDatabase, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDatabase>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDatabaseInput.
source§impl GetDatabaseInput
impl GetDatabaseInput
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 GetDatabaseInput
impl Clone for GetDatabaseInput
source§fn clone(&self) -> GetDatabaseInput
fn clone(&self) -> GetDatabaseInput
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 GetDatabaseInput
impl Debug for GetDatabaseInput
source§impl PartialEq<GetDatabaseInput> for GetDatabaseInput
impl PartialEq<GetDatabaseInput> for GetDatabaseInput
source§fn eq(&self, other: &GetDatabaseInput) -> bool
fn eq(&self, other: &GetDatabaseInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.