Struct aws_sdk_glue::model::GetConnectionsFilter [−][src]
#[non_exhaustive]pub struct GetConnectionsFilter {
pub match_criteria: Option<Vec<String>>,
pub connection_type: Option<ConnectionType>,
}Expand description
Filters the connection definitions that are returned by the GetConnections
API operation.
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.match_criteria: Option<Vec<String>>A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.
connection_type: Option<ConnectionType>The type of connections to return. Currently, SFTP is not supported.
Implementations
A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.
The type of connections to return. Currently, SFTP is not supported.
Creates a new builder-style object to manufacture GetConnectionsFilter
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 RefUnwindSafe for GetConnectionsFilter
impl Send for GetConnectionsFilter
impl Sync for GetConnectionsFilter
impl Unpin for GetConnectionsFilter
impl UnwindSafe for GetConnectionsFilter
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
