Class: Aws::Types::CreateEventSubscriptionMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventSubscriptionMessage
- 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_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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
723 724 725 |
# File 'sig/types.rbs', line 723 def enabled @enabled end |
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
721 722 723 |
# File 'sig/types.rbs', line 721 def event_categories @event_categories end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
719 720 721 |
# File 'sig/types.rbs', line 719 def sns_topic_arn @sns_topic_arn end |
#source_ids ⇒ ::Array[::String]
Returns the value of attribute source_ids.
722 723 724 |
# File 'sig/types.rbs', line 722 def source_ids @source_ids end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
720 721 722 |
# File 'sig/types.rbs', line 720 def source_type @source_type end |
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
718 719 720 |
# File 'sig/types.rbs', line 718 def subscription_name @subscription_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
724 725 726 |
# File 'sig/types.rbs', line 724 def @tags end |