Class: Aws::Types::EventSubscription
- Inherits:
-
Object
- Object
- Aws::Types::EventSubscription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ "ScheduledAssessmentFailure", "DriftDetected"
Returns the value of attribute event_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
Instance Attribute Details
#event_type ⇒ "ScheduledAssessmentFailure", "DriftDetected"
Returns the value of attribute event_type.
641 642 643 |
# File 'sig/types.rbs', line 641 def event_type @event_type end |
#name ⇒ ::String
Returns the value of attribute name.
642 643 644 |
# File 'sig/types.rbs', line 642 def name @name end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
643 644 645 |
# File 'sig/types.rbs', line 643 def sns_topic_arn @sns_topic_arn end |