Class: Aws::Types::UpdateNotificationConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNotificationConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
591 592 593 |
# File 'sig/types.rbs', line 591 def notification_configuration @notification_configuration end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
590 591 592 |
# File 'sig/types.rbs', line 590 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
589 590 591 |
# File 'sig/types.rbs', line 589 def stream_name @stream_name end |