Struct aws_sdk_securityhub::operation::batch_get_security_controls::BatchGetSecurityControlsInput
source · #[non_exhaustive]pub struct BatchGetSecurityControlsInput { /* private fields */ }
Implementations§
source§impl BatchGetSecurityControlsInput
impl BatchGetSecurityControlsInput
sourcepub fn security_control_ids(&self) -> Option<&[String]>
pub fn security_control_ids(&self) -> Option<&[String]>
A list of security controls (identified with SecurityControlId
, SecurityControlArn
, or a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.
source§impl BatchGetSecurityControlsInput
impl BatchGetSecurityControlsInput
sourcepub fn builder() -> BatchGetSecurityControlsInputBuilder
pub fn builder() -> BatchGetSecurityControlsInputBuilder
Creates a new builder-style object to manufacture BatchGetSecurityControlsInput
.
source§impl BatchGetSecurityControlsInput
impl BatchGetSecurityControlsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetSecurityControls, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<BatchGetSecurityControls, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetSecurityControls
>
Trait Implementations§
source§impl Clone for BatchGetSecurityControlsInput
impl Clone for BatchGetSecurityControlsInput
source§fn clone(&self) -> BatchGetSecurityControlsInput
fn clone(&self) -> BatchGetSecurityControlsInput
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<BatchGetSecurityControlsInput> for BatchGetSecurityControlsInput
impl PartialEq<BatchGetSecurityControlsInput> for BatchGetSecurityControlsInput
source§fn eq(&self, other: &BatchGetSecurityControlsInput) -> bool
fn eq(&self, other: &BatchGetSecurityControlsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchGetSecurityControlsInput
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetSecurityControlsInput
impl Send for BatchGetSecurityControlsInput
impl Sync for BatchGetSecurityControlsInput
impl Unpin for BatchGetSecurityControlsInput
impl UnwindSafe for BatchGetSecurityControlsInput
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