#[non_exhaustive]pub struct GetUnfilteredTableMetadataInput { /* private fields */ }Implementations§
source§impl GetUnfilteredTableMetadataInput
impl GetUnfilteredTableMetadataInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetUnfilteredTableMetadata, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetUnfilteredTableMetadata, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetUnfilteredTableMetadata>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetUnfilteredTableMetadataInput.
source§impl GetUnfilteredTableMetadataInput
impl GetUnfilteredTableMetadataInput
pub fn catalog_id(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
sourcepub fn audit_context(&self) -> Option<&AuditContext>
pub fn audit_context(&self) -> Option<&AuditContext>
A structure containing information for audit.
pub fn supported_permission_types(&self) -> Option<&[PermissionType]>
Trait Implementations§
source§impl Clone for GetUnfilteredTableMetadataInput
impl Clone for GetUnfilteredTableMetadataInput
source§fn clone(&self) -> GetUnfilteredTableMetadataInput
fn clone(&self) -> GetUnfilteredTableMetadataInput
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 PartialEq<GetUnfilteredTableMetadataInput> for GetUnfilteredTableMetadataInput
impl PartialEq<GetUnfilteredTableMetadataInput> for GetUnfilteredTableMetadataInput
source§fn eq(&self, other: &GetUnfilteredTableMetadataInput) -> bool
fn eq(&self, other: &GetUnfilteredTableMetadataInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.