Struct aws_sdk_securityhub::operation::batch_get_security_controls::BatchGetSecurityControlsOutput
source · #[non_exhaustive]pub struct BatchGetSecurityControlsOutput { /* private fields */ }
Implementations§
source§impl BatchGetSecurityControlsOutput
impl BatchGetSecurityControlsOutput
sourcepub fn security_controls(&self) -> Option<&[SecurityControl]>
pub fn security_controls(&self) -> Option<&[SecurityControl]>
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control. The same information is returned whether the request includes SecurityControlId
or SecurityControlArn
.
sourcepub fn unprocessed_ids(&self) -> Option<&[UnprocessedSecurityControl]>
pub fn unprocessed_ids(&self) -> Option<&[UnprocessedSecurityControl]>
A security control (identified with SecurityControlId
, SecurityControlArn
, or a mix of both parameters) for which details cannot be returned.
source§impl BatchGetSecurityControlsOutput
impl BatchGetSecurityControlsOutput
sourcepub fn builder() -> BatchGetSecurityControlsOutputBuilder
pub fn builder() -> BatchGetSecurityControlsOutputBuilder
Creates a new builder-style object to manufacture BatchGetSecurityControlsOutput
.
Trait Implementations§
source§impl Clone for BatchGetSecurityControlsOutput
impl Clone for BatchGetSecurityControlsOutput
source§fn clone(&self) -> BatchGetSecurityControlsOutput
fn clone(&self) -> BatchGetSecurityControlsOutput
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<BatchGetSecurityControlsOutput> for BatchGetSecurityControlsOutput
impl PartialEq<BatchGetSecurityControlsOutput> for BatchGetSecurityControlsOutput
source§fn eq(&self, other: &BatchGetSecurityControlsOutput) -> bool
fn eq(&self, other: &BatchGetSecurityControlsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for BatchGetSecurityControlsOutput
impl RequestId for BatchGetSecurityControlsOutput
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 BatchGetSecurityControlsOutput
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetSecurityControlsOutput
impl Send for BatchGetSecurityControlsOutput
impl Sync for BatchGetSecurityControlsOutput
impl Unpin for BatchGetSecurityControlsOutput
impl UnwindSafe for BatchGetSecurityControlsOutput
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