Class: Aws::Types::SubscribeToEventRequest
- Inherits:
-
Object
- Object
- Aws::Types::SubscribeToEventRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event ⇒ "ASSESSMENT_RUN_STARTED", ...
Returns the value of attribute event.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#event ⇒ "ASSESSMENT_RUN_STARTED", ...
Returns the value of attribute event.
712 713 714 |
# File 'sig/types.rbs', line 712 def event @event end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
711 712 713 |
# File 'sig/types.rbs', line 711 def resource_arn @resource_arn end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
713 714 715 |
# File 'sig/types.rbs', line 713 def topic_arn @topic_arn end |