Struct aws_sdk_glue::input::GetDatabaseInput
source · [−]#[non_exhaustive]pub struct GetDatabaseInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for GetDatabaseInput
impl Clone for GetDatabaseInput
sourcefn clone(&self) -> GetDatabaseInput
fn clone(&self) -> GetDatabaseInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetDatabaseInput
impl Debug for GetDatabaseInput
sourceimpl PartialEq<GetDatabaseInput> for GetDatabaseInput
impl PartialEq<GetDatabaseInput> for GetDatabaseInput
sourcefn eq(&self, other: &GetDatabaseInput) -> bool
fn eq(&self, other: &GetDatabaseInput) -> bool
impl StructuralPartialEq for GetDatabaseInput
Auto Trait Implementations
impl RefUnwindSafe for GetDatabaseInput
impl Send for GetDatabaseInput
impl Sync for GetDatabaseInput
impl Unpin for GetDatabaseInput
impl UnwindSafe for GetDatabaseInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more