Struct aws_sdk_auditmanager::types::Delegation
source · #[non_exhaustive]pub struct Delegation { /* private fields */ }Expand description
The assignment of a control set to a delegate for review.
Implementations§
source§impl Delegation
impl Delegation
sourcepub fn assessment_name(&self) -> Option<&str>
pub fn assessment_name(&self) -> Option<&str>
The name of the assessment that's associated with the delegation.
sourcepub fn assessment_id(&self) -> Option<&str>
pub fn assessment_id(&self) -> Option<&str>
The identifier for the assessment that's associated with the delegation.
sourcepub fn status(&self) -> Option<&DelegationStatus>
pub fn status(&self) -> Option<&DelegationStatus>
The status of the delegation.
sourcepub fn role_type(&self) -> Option<&RoleType>
pub fn role_type(&self) -> Option<&RoleType>
The type of customer persona.
In CreateAssessment, roleType can only be PROCESS_OWNER.
In UpdateSettings, roleType can only be PROCESS_OWNER.
In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
Specifies when the delegation was created.
sourcepub fn last_updated(&self) -> Option<&DateTime>
pub fn last_updated(&self) -> Option<&DateTime>
Specifies when the delegation was last updated.
sourcepub fn control_set_id(&self) -> Option<&str>
pub fn control_set_id(&self) -> Option<&str>
The identifier for the control set that's associated with the delegation.
sourcepub fn created_by(&self) -> Option<&str>
pub fn created_by(&self) -> Option<&str>
The user or role that created the delegation.
source§impl Delegation
impl Delegation
sourcepub fn builder() -> DelegationBuilder
pub fn builder() -> DelegationBuilder
Creates a new builder-style object to manufacture Delegation.
Trait Implementations§
source§impl Clone for Delegation
impl Clone for Delegation
source§fn clone(&self) -> Delegation
fn clone(&self) -> Delegation
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 Debug for Delegation
impl Debug for Delegation
source§impl PartialEq<Delegation> for Delegation
impl PartialEq<Delegation> for Delegation
source§fn eq(&self, other: &Delegation) -> bool
fn eq(&self, other: &Delegation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.