Class: Aws::Types::SendTestEventNotificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendTestEventNotificationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#notification ⇒ Types::NotificationSpecification
Returns the value of attribute notification.
-
#test_event_type ⇒ "AssignmentAccepted", ...
Returns the value of attribute test_event_type.
Instance Attribute Details
#notification ⇒ Types::NotificationSpecification
Returns the value of attribute notification.
606 607 608 |
# File 'sig/types.rbs', line 606 def notification @notification end |
#test_event_type ⇒ "AssignmentAccepted", ...
Returns the value of attribute test_event_type.
607 608 609 |
# File 'sig/types.rbs', line 607 def test_event_type @test_event_type end |