Struct aws_sdk_glue::model::GetConnectionsFilter
source · #[non_exhaustive]pub struct GetConnectionsFilter { /* private fields */ }Expand description
Filters the connection definitions that are returned by the GetConnections API operation.
Implementations§
source§impl GetConnectionsFilter
impl GetConnectionsFilter
sourcepub fn match_criteria(&self) -> Option<&[String]>
pub fn match_criteria(&self) -> Option<&[String]>
A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.
sourcepub fn connection_type(&self) -> Option<&ConnectionType>
pub fn connection_type(&self) -> Option<&ConnectionType>
The type of connections to return. Currently, SFTP is not supported.
source§impl GetConnectionsFilter
impl GetConnectionsFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetConnectionsFilter.
Trait Implementations§
source§impl Clone for GetConnectionsFilter
impl Clone for GetConnectionsFilter
source§fn clone(&self) -> GetConnectionsFilter
fn clone(&self) -> GetConnectionsFilter
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 GetConnectionsFilter
impl Debug for GetConnectionsFilter
source§impl PartialEq<GetConnectionsFilter> for GetConnectionsFilter
impl PartialEq<GetConnectionsFilter> for GetConnectionsFilter
source§fn eq(&self, other: &GetConnectionsFilter) -> bool
fn eq(&self, other: &GetConnectionsFilter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.