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.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def enabled @enabled end |
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def event_categories @event_categories end |
#severity ⇒ ::String
Returns the value of attribute severity.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def severity @severity end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def sns_topic_arn @sns_topic_arn end |
#source_ids ⇒ ::Array[::String]
Returns the value of attribute source_ids.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def source_ids @source_ids end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def source_type @source_type end |
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def subscription_name @subscription_name end |