Class: Aws::FraudDetector::Types::GetDeleteEventsByEventTypeStatusResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetDeleteEventsByEventTypeStatusResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type_name ⇒ String
The event type name.
-
#events_deletion_status ⇒ String
The deletion status.
Instance Attribute Details
#event_type_name ⇒ String
The event type name.
2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2139 class GetDeleteEventsByEventTypeStatusResult < Struct.new( :event_type_name, :events_deletion_status) SENSITIVE = [] include Aws::Structure end |
#events_deletion_status ⇒ String
The deletion status.
2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2139 class GetDeleteEventsByEventTypeStatusResult < Struct.new( :event_type_name, :events_deletion_status) SENSITIVE = [] include Aws::Structure end |