Struct aws_sdk_athena::input::GetTableMetadataInput
source · #[non_exhaustive]pub struct GetTableMetadataInput { /* private fields */ }
Implementations§
source§impl GetTableMetadataInput
impl GetTableMetadataInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTableMetadata, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetTableMetadata, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetTableMetadata
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTableMetadataInput
.
source§impl GetTableMetadataInput
impl GetTableMetadataInput
sourcepub fn catalog_name(&self) -> Option<&str>
pub fn catalog_name(&self) -> Option<&str>
The name of the data catalog that contains the database and table metadata to return.
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
The name of the database that contains the table metadata to return.
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The name of the table for which metadata is returned.
Trait Implementations§
source§impl Clone for GetTableMetadataInput
impl Clone for GetTableMetadataInput
source§fn clone(&self) -> GetTableMetadataInput
fn clone(&self) -> GetTableMetadataInput
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 GetTableMetadataInput
impl Debug for GetTableMetadataInput
source§impl PartialEq<GetTableMetadataInput> for GetTableMetadataInput
impl PartialEq<GetTableMetadataInput> for GetTableMetadataInput
source§fn eq(&self, other: &GetTableMetadataInput) -> bool
fn eq(&self, other: &GetTableMetadataInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.