#[non_exhaustive]pub struct GetSqlInjectionMatchSetOutput { /* private fields */ }Expand description
The response to a GetSqlInjectionMatchSet request.
Implementations§
source§impl GetSqlInjectionMatchSetOutput
impl GetSqlInjectionMatchSetOutput
sourcepub fn sql_injection_match_set(&self) -> Option<&SqlInjectionMatchSet>
pub fn sql_injection_match_set(&self) -> Option<&SqlInjectionMatchSet>
Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:
-
SqlInjectionMatchSet: ContainsName,SqlInjectionMatchSetId, and an array ofSqlInjectionMatchTupleobjects -
SqlInjectionMatchTuple: EachSqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation -
FieldToMatch: ContainsDataandType
source§impl GetSqlInjectionMatchSetOutput
impl GetSqlInjectionMatchSetOutput
sourcepub fn builder() -> GetSqlInjectionMatchSetOutputBuilder
pub fn builder() -> GetSqlInjectionMatchSetOutputBuilder
Creates a new builder-style object to manufacture GetSqlInjectionMatchSetOutput.
Trait Implementations§
source§impl Clone for GetSqlInjectionMatchSetOutput
impl Clone for GetSqlInjectionMatchSetOutput
source§fn clone(&self) -> GetSqlInjectionMatchSetOutput
fn clone(&self) -> GetSqlInjectionMatchSetOutput
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 PartialEq<GetSqlInjectionMatchSetOutput> for GetSqlInjectionMatchSetOutput
impl PartialEq<GetSqlInjectionMatchSetOutput> for GetSqlInjectionMatchSetOutput
source§fn eq(&self, other: &GetSqlInjectionMatchSetOutput) -> bool
fn eq(&self, other: &GetSqlInjectionMatchSetOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetSqlInjectionMatchSetOutput
impl RequestId for GetSqlInjectionMatchSetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for GetSqlInjectionMatchSetOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetSqlInjectionMatchSetOutput
impl Send for GetSqlInjectionMatchSetOutput
impl Sync for GetSqlInjectionMatchSetOutput
impl Unpin for GetSqlInjectionMatchSetOutput
impl UnwindSafe for GetSqlInjectionMatchSetOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more