Class: Aws::Types::NotificationSpecification
- Inherits:
-
Object
- Object
- Aws::Types::NotificationSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#event_types ⇒ ::Array[("AssignmentAccepted" | "AssignmentAbandoned" | "AssignmentReturned" | "AssignmentSubmitted" | "AssignmentRejected" | "AssignmentApproved" | "HITCreated" | "HITExpired" | "HITReviewable" | "HITExtended" | "HITDisposed" | "Ping")]
Returns the value of attribute event_types.
-
#transport ⇒ "Email", ...
Returns the value of attribute transport.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
449 450 451 |
# File 'sig/types.rbs', line 449 def destination @destination end |
#event_types ⇒ ::Array[("AssignmentAccepted" | "AssignmentAbandoned" | "AssignmentReturned" | "AssignmentSubmitted" | "AssignmentRejected" | "AssignmentApproved" | "HITCreated" | "HITExpired" | "HITReviewable" | "HITExtended" | "HITDisposed" | "Ping")]
Returns the value of attribute event_types.
452 453 454 |
# File 'sig/types.rbs', line 452 def event_types @event_types end |
#transport ⇒ "Email", ...
Returns the value of attribute transport.
450 451 452 |
# File 'sig/types.rbs', line 450 def transport @transport end |
#version ⇒ ::String
Returns the value of attribute version.
451 452 453 |
# File 'sig/types.rbs', line 451 def version @version end |