Class: Aws::FraudDetector::Types::CreateDetectorVersionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::CreateDetectorVersionResult
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_id ⇒ String
The ID for the created version's parent detector.
-
#detector_version_id ⇒ String
The ID for the created detector.
-
#status ⇒ String
The status of the detector version.
Instance Attribute Details
#detector_id ⇒ String
The ID for the created version's parent detector.
738 739 740 741 742 743 744 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 738 class CreateDetectorVersionResult < Struct.new( :detector_id, :detector_version_id, :status) SENSITIVE = [] include Aws::Structure end |
#detector_version_id ⇒ String
The ID for the created detector.
738 739 740 741 742 743 744 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 738 class CreateDetectorVersionResult < Struct.new( :detector_id, :detector_version_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the detector version.
738 739 740 741 742 743 744 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 738 class CreateDetectorVersionResult < Struct.new( :detector_id, :detector_version_id, :status) SENSITIVE = [] include Aws::Structure end |