You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FraudDetector::Types::UpdateDetectorVersionStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::UpdateDetectorVersionStatusRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateDetectorVersionStatusRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
detector_id: "identifier", # required
detector_version_id: "wholeNumberVersionString", # required
status: "DRAFT", # required, accepts DRAFT, ACTIVE, INACTIVE
}
Instance Attribute Summary collapse
-
#detector_id ⇒ String
The detector ID.
-
#detector_version_id ⇒ String
The detector version ID.
-
#status ⇒ String
The new status.
Instance Attribute Details
#detector_id ⇒ String
The detector ID.
#detector_version_id ⇒ String
The detector version ID.
#status ⇒ String
The new status.
Possible values:
- DRAFT
- ACTIVE
- INACTIVE