Class: Aws::FraudDetector::Types::DeleteListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DeleteListRequest
- 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 list to delete.
Instance Attribute Details
#name ⇒ String
The name of the list to delete.
1228 1229 1230 1231 1232 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1228 class DeleteListRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |