pub struct SecurityHubResult {
pub account_id: Option<String>,
pub processing_result: Option<String>,
}
Expand description
Details about the account that was not processed.
Fields§
§account_id: Option<String>
An AWS account ID of the account that was not processed.
processing_result: Option<String>
The reason that the account was not processed.
Trait Implementations§
Source§impl Clone for SecurityHubResult
impl Clone for SecurityHubResult
Source§fn clone(&self) -> SecurityHubResult
fn clone(&self) -> SecurityHubResult
Returns a duplicate 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 SecurityHubResult
impl Debug for SecurityHubResult
Source§impl Default for SecurityHubResult
impl Default for SecurityHubResult
Source§fn default() -> SecurityHubResult
fn default() -> SecurityHubResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecurityHubResult
impl<'de> Deserialize<'de> for SecurityHubResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SecurityHubResult
impl PartialEq for SecurityHubResult
impl StructuralPartialEq for SecurityHubResult
Auto Trait Implementations§
impl Freeze for SecurityHubResult
impl RefUnwindSafe for SecurityHubResult
impl Send for SecurityHubResult
impl Sync for SecurityHubResult
impl Unpin for SecurityHubResult
impl UnwindSafe for SecurityHubResult
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