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.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def enabled @enabled end |
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def event_categories @event_categories end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def sns_topic_arn @sns_topic_arn end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def source_type @source_type end |
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def subscription_name @subscription_name end |