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.
-
#severity ⇒ ::String
Returns the value of attribute severity.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
-
#source_ids ⇒ ::Array[::String]
Returns the value of attribute source_ids.
-
#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.
2101 2102 2103 |
# File 'sig/types.rbs', line 2101 def enabled @enabled end |
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def event_categories @event_categories end |
#severity ⇒ ::String
Returns the value of attribute severity.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def severity @severity end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def sns_topic_arn @sns_topic_arn end |
#source_ids ⇒ ::Array[::String]
Returns the value of attribute source_ids.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def source_ids @source_ids end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def source_type @source_type end |
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def subscription_name @subscription_name end |