Struct aws_sdk_mq::model::SanitizationWarning
source · [−]#[non_exhaustive]pub struct SanitizationWarning {
pub attribute_name: Option<String>,
pub element_name: Option<String>,
pub reason: Option<SanitizationWarningReason>,
}
Expand description
Returns information about the XML element or attribute that was sanitized in the configuration.
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.attribute_name: Option<String>
The name of the XML attribute that has been sanitized.
element_name: Option<String>
The name of the XML element that has been sanitized.
reason: Option<SanitizationWarningReason>
Required. The reason for which the XML elements or attributes were sanitized.
Implementations
The name of the XML attribute that has been sanitized.
The name of the XML element that has been sanitized.
Required. The reason for which the XML elements or attributes were sanitized.
Creates a new builder-style object to manufacture SanitizationWarning
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 SanitizationWarning
impl Send for SanitizationWarning
impl Sync for SanitizationWarning
impl Unpin for SanitizationWarning
impl UnwindSafe for SanitizationWarning
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