toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AwsManagedHumanLoopRequestSource
        .awsRekognitionDetectModerationLabelsImageV3:
      return 'AWS/Rekognition/DetectModerationLabels/Image/V3';
    case AwsManagedHumanLoopRequestSource.awsTextractAnalyzeDocumentFormsV1:
      return 'AWS/Textract/AnalyzeDocument/Forms/V1';
  }
}