You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FraudDetector::Types::CreateDetectorVersionResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

The ID for the created version\'s parent detector.

Returns:

  • (String)

    The ID for the created version\'s parent detector.

#detector_version_idString

The ID for the created detector.

Returns:

  • (String)

    The ID for the created detector.

#statusString

The status of the detector version.

Possible values:

  • DRAFT
  • ACTIVE
  • INACTIVE

Returns:

  • (String)

    The status of the detector version.