![]() |
![]()
| ![]() |
![]()
NAMEPaws::AuditManager::Control USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::AuditManager::Control object: $service_obj->Method(Att1 => { ActionPlanInstructions => $value, ..., Type => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::AuditManager::Control object: $result = $service_obj->Method(...); $result->Att1->ActionPlanInstructions DESCRIPTIONA control in AWS Audit Manager. ATTRIBUTESActionPlanInstructions => StrThe recommended actions to carry out if the control is not fulfilled. ActionPlanTitle => StrThe title of the action plan for remediating the control. Arn => StrThe Amazon Resource Name (ARN) of the specified control. ControlMappingSources => ArrayRef[Paws::AuditManager::ControlMappingSource]The data mapping sources for the specified control. ControlSources => StrThe data source that determines from where AWS Audit Manager collects evidence for the control. CreatedAt => StrSpecifies when the control was created. CreatedBy => StrThe IAM user or role that created the control. Description => StrThe description of the specified control. Id => StrThe unique identifier for the control. LastUpdatedAt => StrSpecifies when the control was most recently updated. LastUpdatedBy => StrThe IAM user or role that most recently updated the control. Name => StrThe name of the specified control. Tags => Paws::AuditManager::TagMapThe tags associated with the control. TestingInformation => StrThe steps to follow to determine if the control has been satisfied. Type => StrThe type of control, such as custom or standard. SEE ALSOThis class forms part of Paws, describing an object used in Paws::AuditManager BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|