Struct aws_sdk_securityhub::operation::batch_get_standards_control_associations::BatchGetStandardsControlAssociationsOutput
source · #[non_exhaustive]pub struct BatchGetStandardsControlAssociationsOutput { /* private fields */ }
Implementations§
source§impl BatchGetStandardsControlAssociationsOutput
impl BatchGetStandardsControlAssociationsOutput
sourcepub fn standards_control_association_details(
&self
) -> Option<&[StandardsControlAssociationDetail]>
pub fn standards_control_association_details( &self ) -> Option<&[StandardsControlAssociationDetail]>
Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.
sourcepub fn unprocessed_associations(
&self
) -> Option<&[UnprocessedStandardsControlAssociation]>
pub fn unprocessed_associations( &self ) -> Option<&[UnprocessedStandardsControlAssociation]>
A security control (identified with SecurityControlId
, SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.
source§impl BatchGetStandardsControlAssociationsOutput
impl BatchGetStandardsControlAssociationsOutput
sourcepub fn builder() -> BatchGetStandardsControlAssociationsOutputBuilder
pub fn builder() -> BatchGetStandardsControlAssociationsOutputBuilder
Creates a new builder-style object to manufacture BatchGetStandardsControlAssociationsOutput
.
Trait Implementations§
source§impl Clone for BatchGetStandardsControlAssociationsOutput
impl Clone for BatchGetStandardsControlAssociationsOutput
source§fn clone(&self) -> BatchGetStandardsControlAssociationsOutput
fn clone(&self) -> BatchGetStandardsControlAssociationsOutput
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<BatchGetStandardsControlAssociationsOutput> for BatchGetStandardsControlAssociationsOutput
impl PartialEq<BatchGetStandardsControlAssociationsOutput> for BatchGetStandardsControlAssociationsOutput
source§fn eq(&self, other: &BatchGetStandardsControlAssociationsOutput) -> bool
fn eq(&self, other: &BatchGetStandardsControlAssociationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for BatchGetStandardsControlAssociationsOutput
impl RequestId for BatchGetStandardsControlAssociationsOutput
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 BatchGetStandardsControlAssociationsOutput
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetStandardsControlAssociationsOutput
impl Send for BatchGetStandardsControlAssociationsOutput
impl Sync for BatchGetStandardsControlAssociationsOutput
impl Unpin for BatchGetStandardsControlAssociationsOutput
impl UnwindSafe for BatchGetStandardsControlAssociationsOutput
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