#[non_exhaustive]pub struct DeleteColumnStatisticsForTableInput {
pub catalog_id: Option<String>,
pub database_name: Option<String>,
pub table_name: Option<String>,
pub column_name: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.catalog_id: Option<String>The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.
database_name: Option<String>The name of the catalog database where the partitions reside.
table_name: Option<String>The name of the partitions' table.
column_name: Option<String>The name of the column.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteColumnStatisticsForTable, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteColumnStatisticsForTable, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteColumnStatisticsForTable>
Creates a new builder-style object to manufacture DeleteColumnStatisticsForTableInput
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.
The name of the catalog database where the partitions reside.
The name of the partitions' table.
The name of the column.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for DeleteColumnStatisticsForTableInput
impl Sync for DeleteColumnStatisticsForTableInput
impl Unpin for DeleteColumnStatisticsForTableInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
