Class: Aws::Types::UpdateNotificationSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNotificationSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#hit_type_id ⇒ ::String
Returns the value of attribute hit_type_id.
-
#notification ⇒ Types::NotificationSpecification
Returns the value of attribute notification.
Instance Attribute Details
#active ⇒ Boolean
Returns the value of attribute active.
650 651 652 |
# File 'sig/types.rbs', line 650 def active @active end |
#hit_type_id ⇒ ::String
Returns the value of attribute hit_type_id.
648 649 650 |
# File 'sig/types.rbs', line 648 def hit_type_id @hit_type_id end |
#notification ⇒ Types::NotificationSpecification
Returns the value of attribute notification.
649 650 651 |
# File 'sig/types.rbs', line 649 def notification @notification end |