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.
3228 3229 3230 |
# File 'sig/types.rbs', line 3228 def enabled @enabled end |
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
3227 3228 3229 |
# File 'sig/types.rbs', line 3227 def event_categories @event_categories end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
3225 3226 3227 |
# File 'sig/types.rbs', line 3225 def sns_topic_arn @sns_topic_arn end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
3226 3227 3228 |
# File 'sig/types.rbs', line 3226 def source_type @source_type end |
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
3224 3225 3226 |
# File 'sig/types.rbs', line 3224 def subscription_name @subscription_name end |