#[non_exhaustive]pub struct UnprocessedStandardsControlAssociation { /* private fields */ }
Expand description
Provides details about which control's enablement status couldn't be retrieved in a specified standard when calling BatchUpdateStandardsControlAssociations. This parameter also provides details about why the request was unprocessed.
Implementations§
source§impl UnprocessedStandardsControlAssociation
impl UnprocessedStandardsControlAssociation
sourcepub fn standards_control_association_id(
&self
) -> Option<&StandardsControlAssociationId>
pub fn standards_control_association_id( &self ) -> Option<&StandardsControlAssociationId>
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. This parameter shows the specific controls for which the enablement status couldn't be retrieved in specified standards when calling BatchUpdateStandardsControlAssociations.
sourcepub fn error_code(&self) -> Option<&UnprocessedErrorCode>
pub fn error_code(&self) -> Option<&UnprocessedErrorCode>
The error code for the unprocessed standard and control association.
sourcepub fn error_reason(&self) -> Option<&str>
pub fn error_reason(&self) -> Option<&str>
The reason why the standard and control association was unprocessed.
source§impl UnprocessedStandardsControlAssociation
impl UnprocessedStandardsControlAssociation
sourcepub fn builder() -> UnprocessedStandardsControlAssociationBuilder
pub fn builder() -> UnprocessedStandardsControlAssociationBuilder
Creates a new builder-style object to manufacture UnprocessedStandardsControlAssociation
.
Trait Implementations§
source§impl Clone for UnprocessedStandardsControlAssociation
impl Clone for UnprocessedStandardsControlAssociation
source§fn clone(&self) -> UnprocessedStandardsControlAssociation
fn clone(&self) -> UnprocessedStandardsControlAssociation
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<UnprocessedStandardsControlAssociation> for UnprocessedStandardsControlAssociation
impl PartialEq<UnprocessedStandardsControlAssociation> for UnprocessedStandardsControlAssociation
source§fn eq(&self, other: &UnprocessedStandardsControlAssociation) -> bool
fn eq(&self, other: &UnprocessedStandardsControlAssociation) -> bool
self
and other
values to be equal, and is used
by ==
.