Class: Aws::FraudDetector::Types::DeleteVariableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DeleteVariableRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the variable to delete.
Instance Attribute Details
#name ⇒ String
The name of the variable to delete.
1323 1324 1325 1326 1327 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1323 class DeleteVariableRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |