class Aws::AuditManager::Types::CreateAssessmentReportRequest

@note When making an API call, you may pass CreateAssessmentReportRequest

data as a hash:

    {
      name: "AssessmentReportName", # required
      description: "AssessmentReportDescription",
      assessment_id: "UUID", # required
    }

@!attribute [rw] name

The name of the new assessment report.
@return [String]

@!attribute [rw] description

The description of the assessment report.
@return [String]

@!attribute [rw] assessment_id

The identifier for the specified assessment.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/CreateAssessmentReportRequest AWS API Documentation

Constants

SENSITIVE