pub struct DisableImportFindingsForProductRequest {
pub product_subscription_arn: String,
}
Fields§
§product_subscription_arn: String
The ARN of the integrated product to disable the integration for.
Trait Implementations§
Source§impl Clone for DisableImportFindingsForProductRequest
impl Clone for DisableImportFindingsForProductRequest
Source§fn clone(&self) -> DisableImportFindingsForProductRequest
fn clone(&self) -> DisableImportFindingsForProductRequest
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 DisableImportFindingsForProductRequest
impl Default for DisableImportFindingsForProductRequest
Source§fn default() -> DisableImportFindingsForProductRequest
fn default() -> DisableImportFindingsForProductRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DisableImportFindingsForProductRequest
impl PartialEq for DisableImportFindingsForProductRequest
Source§fn eq(&self, other: &DisableImportFindingsForProductRequest) -> bool
fn eq(&self, other: &DisableImportFindingsForProductRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DisableImportFindingsForProductRequest
Auto Trait Implementations§
impl Freeze for DisableImportFindingsForProductRequest
impl RefUnwindSafe for DisableImportFindingsForProductRequest
impl Send for DisableImportFindingsForProductRequest
impl Sync for DisableImportFindingsForProductRequest
impl Unpin for DisableImportFindingsForProductRequest
impl UnwindSafe for DisableImportFindingsForProductRequest
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