Struct aws_sdk_auditmanager::model::Delegation [−][src]
#[non_exhaustive]pub struct Delegation {
pub id: Option<String>,
pub assessment_name: Option<String>,
pub assessment_id: Option<String>,
pub status: Option<DelegationStatus>,
pub role_arn: Option<String>,
pub role_type: Option<RoleType>,
pub creation_time: Option<DateTime>,
pub last_updated: Option<DateTime>,
pub control_set_id: Option<String>,
pub comment: Option<String>,
pub created_by: Option<String>,
}
Expand description
The assignment of a control set to a delegate for review.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.id: Option<String>
The unique identifier for the delegation.
assessment_name: Option<String>
The name of the assessment that's associated with the delegation.
assessment_id: Option<String>
The identifier for the assessment that's associated with the delegation.
status: Option<DelegationStatus>
The status of the delegation.
role_arn: Option<String>
The Amazon Resource Name (ARN) of the IAM role.
role_type: 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
.
creation_time: Option<DateTime>
Specifies when the delegation was created.
last_updated: Option<DateTime>
Specifies when the delegation was last updated.
control_set_id: Option<String>
The identifier for the control set that's associated with the delegation.
comment: Option<String>
The comment that's related to the delegation.
created_by: Option<String>
The IAM user or role that created the delegation.
Implementations
The name of the assessment that's associated with the delegation.
The identifier for the assessment that's associated with the delegation.
The status of the delegation.
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
.
Specifies when the delegation was created.
Specifies when the delegation was last updated.
The identifier for the control set that's associated with the delegation.
The IAM user or role that created the delegation.
Creates a new builder-style object to manufacture Delegation
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for Delegation
impl Send for Delegation
impl Sync for Delegation
impl Unpin for Delegation
impl UnwindSafe for Delegation
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more