Class: Aws::Types::ModifyEventSubscriptionMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyEventSubscriptionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
-
#source_type ⇒ ::String
Returns the value of attribute source_type.
-
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def enabled @enabled end |
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def event_categories @event_categories end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def sns_topic_arn @sns_topic_arn end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def source_type @source_type end |
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def subscription_name @subscription_name end |