Class: Aws::Types::UnsubscribeFromEventRequest
- Inherits:
-
Object
- Object
- Aws::Types::UnsubscribeFromEventRequest
- 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.
745 746 747 |
# File 'sig/types.rbs', line 745 def event @event end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
744 745 746 |
# File 'sig/types.rbs', line 744 def resource_arn @resource_arn end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
746 747 748 |
# File 'sig/types.rbs', line 746 def topic_arn @topic_arn end |