Class: Aws::FraudDetector::Types::DeleteEntityTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DeleteEntityTypeRequest
- 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 entity type to delete.
Instance Attribute Details
#name ⇒ String
The name of the entity type to delete.
1108 1109 1110 1111 1112 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1108 class DeleteEntityTypeRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |