Struct aws_sdk_glue::input::BatchDeleteConnectionInput
source · #[non_exhaustive]pub struct BatchDeleteConnectionInput { /* private fields */ }Implementations§
source§impl BatchDeleteConnectionInput
impl BatchDeleteConnectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDeleteConnection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDeleteConnection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchDeleteConnection>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDeleteConnectionInput.
source§impl BatchDeleteConnectionInput
impl BatchDeleteConnectionInput
sourcepub fn catalog_id(&self) -> Option<&str>
pub fn catalog_id(&self) -> Option<&str>
The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services account ID is used by default.
sourcepub fn connection_name_list(&self) -> Option<&[String]>
pub fn connection_name_list(&self) -> Option<&[String]>
A list of names of the connections to delete.
Trait Implementations§
source§impl Clone for BatchDeleteConnectionInput
impl Clone for BatchDeleteConnectionInput
source§fn clone(&self) -> BatchDeleteConnectionInput
fn clone(&self) -> BatchDeleteConnectionInput
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 BatchDeleteConnectionInput
impl Debug for BatchDeleteConnectionInput
source§impl PartialEq<BatchDeleteConnectionInput> for BatchDeleteConnectionInput
impl PartialEq<BatchDeleteConnectionInput> for BatchDeleteConnectionInput
source§fn eq(&self, other: &BatchDeleteConnectionInput) -> bool
fn eq(&self, other: &BatchDeleteConnectionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.