Class: Aws::FraudDetector::Types::GetEventRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetEventRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_id ⇒ String
The ID of the event to retrieve.
-
#event_type_name ⇒ String
The event type of the event to retrieve.
Instance Attribute Details
#event_id ⇒ String
The ID of the event to retrieve.
2553 2554 2555 2556 2557 2558 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2553 class GetEventRequest < Struct.new( :event_id, :event_type_name) SENSITIVE = [] include Aws::Structure end |
#event_type_name ⇒ String
The event type of the event to retrieve.
2553 2554 2555 2556 2557 2558 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2553 class GetEventRequest < Struct.new( :event_id, :event_type_name) SENSITIVE = [] include Aws::Structure end |