pub struct CreateMitigationActionResponse {
pub action_arn: Option<String>,
pub action_id: Option<String>,
}Fields§
§action_arn: Option<String>The ARN for the new mitigation action.
action_id: Option<String>A unique identifier for the new mitigation action.
Trait Implementations§
Source§impl Clone for CreateMitigationActionResponse
impl Clone for CreateMitigationActionResponse
Source§fn clone(&self) -> CreateMitigationActionResponse
fn clone(&self) -> CreateMitigationActionResponse
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 Default for CreateMitigationActionResponse
impl Default for CreateMitigationActionResponse
Source§fn default() -> CreateMitigationActionResponse
fn default() -> CreateMitigationActionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateMitigationActionResponse
impl<'de> Deserialize<'de> for CreateMitigationActionResponse
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 CreateMitigationActionResponse
impl PartialEq for CreateMitigationActionResponse
Source§fn eq(&self, other: &CreateMitigationActionResponse) -> bool
fn eq(&self, other: &CreateMitigationActionResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateMitigationActionResponse
Auto Trait Implementations§
impl Freeze for CreateMitigationActionResponse
impl RefUnwindSafe for CreateMitigationActionResponse
impl Send for CreateMitigationActionResponse
impl Sync for CreateMitigationActionResponse
impl Unpin for CreateMitigationActionResponse
impl UnwindSafe for CreateMitigationActionResponse
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