class Aws::AuditManager::Types::UpdateAssessmentRequest
@note When making an API call, you may pass UpdateAssessmentRequest
data as a hash: { assessment_id: "UUID", # required assessment_name: "AssessmentName", assessment_description: "AssessmentDescription", scope: { # required aws_accounts: [ { id: "AccountId", email_address: "EmailAddress", name: "AccountName", }, ], aws_services: [ { service_name: "AWSServiceName", }, ], }, assessment_reports_destination: { destination_type: "S3", # accepts S3 destination: "S3Url", }, roles: [ { role_type: "PROCESS_OWNER", # accepts PROCESS_OWNER, RESOURCE_OWNER role_arn: "IamArn", }, ], }
@!attribute [rw] assessment_id
The identifier for the specified assessment. @return [String]
@!attribute [rw] assessment_name
The name of the specified assessment to be updated. @return [String]
@!attribute [rw] assessment_description
The description of the specified assessment. @return [String]
@!attribute [rw] scope
The scope of the specified assessment. @return [Types::Scope]
@!attribute [rw] assessment_reports_destination
The assessment report storage destination for the specified assessment that is being updated. @return [Types::AssessmentReportsDestination]
@!attribute [rw] roles
The list of roles for the specified assessment. @return [Array<Types::Role>]
@see docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateAssessmentRequest AWS API Documentation
Constants
- SENSITIVE