Struct aws_sdk_glue::input::BatchDeletePartitionInput
source · #[non_exhaustive]pub struct BatchDeletePartitionInput { /* private fields */ }Implementations§
source§impl BatchDeletePartitionInput
impl BatchDeletePartitionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDeletePartition, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDeletePartition, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchDeletePartition>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDeletePartitionInput.
source§impl BatchDeletePartitionInput
impl BatchDeletePartitionInput
sourcepub fn catalog_id(&self) -> Option<&str>
pub fn catalog_id(&self) -> Option<&str>
The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the Amazon Web Services account ID is used by default.
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
The name of the catalog database in which the table in question resides.
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The name of the table that contains the partitions to be deleted.
sourcepub fn partitions_to_delete(&self) -> Option<&[PartitionValueList]>
pub fn partitions_to_delete(&self) -> Option<&[PartitionValueList]>
A list of PartitionInput structures that define the partitions to be deleted.
Trait Implementations§
source§impl Clone for BatchDeletePartitionInput
impl Clone for BatchDeletePartitionInput
source§fn clone(&self) -> BatchDeletePartitionInput
fn clone(&self) -> BatchDeletePartitionInput
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 BatchDeletePartitionInput
impl Debug for BatchDeletePartitionInput
source§impl PartialEq<BatchDeletePartitionInput> for BatchDeletePartitionInput
impl PartialEq<BatchDeletePartitionInput> for BatchDeletePartitionInput
source§fn eq(&self, other: &BatchDeletePartitionInput) -> bool
fn eq(&self, other: &BatchDeletePartitionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.