#[non_exhaustive]pub struct StandardsControlAssociationId { /* private fields */ }
Expand description
An array with one or more objects that includes a security control (identified with SecurityControlId
, SecurityControlArn
, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. The security control ID or ARN is the same across standards.
Implementations§
source§impl StandardsControlAssociationId
impl StandardsControlAssociationId
sourcepub fn security_control_id(&self) -> Option<&str>
pub fn security_control_id(&self) -> Option<&str>
The unique identifier (identified with SecurityControlId
, SecurityControlArn
, or a mix of both parameters) of a security control across standards.
sourcepub fn standards_arn(&self) -> Option<&str>
pub fn standards_arn(&self) -> Option<&str>
The ARN of a standard.
source§impl StandardsControlAssociationId
impl StandardsControlAssociationId
sourcepub fn builder() -> StandardsControlAssociationIdBuilder
pub fn builder() -> StandardsControlAssociationIdBuilder
Creates a new builder-style object to manufacture StandardsControlAssociationId
.
Trait Implementations§
source§impl Clone for StandardsControlAssociationId
impl Clone for StandardsControlAssociationId
source§fn clone(&self) -> StandardsControlAssociationId
fn clone(&self) -> StandardsControlAssociationId
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<StandardsControlAssociationId> for StandardsControlAssociationId
impl PartialEq<StandardsControlAssociationId> for StandardsControlAssociationId
source§fn eq(&self, other: &StandardsControlAssociationId) -> bool
fn eq(&self, other: &StandardsControlAssociationId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StandardsControlAssociationId
Auto Trait Implementations§
impl RefUnwindSafe for StandardsControlAssociationId
impl Send for StandardsControlAssociationId
impl Sync for StandardsControlAssociationId
impl Unpin for StandardsControlAssociationId
impl UnwindSafe for StandardsControlAssociationId
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