Module: Aws::Notifications::Client::_UpdateEventRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateEventRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #notification_configuration_arn ⇒ ::String
- #status_summary_by_region ⇒ ::Hash[::String, Types::EventRuleStatusSummary]
Instance Method Details
#arn ⇒ ::String
544 |
# File 'sig/client.rbs', line 544
def arn: () -> ::String
|
#notification_configuration_arn ⇒ ::String
545 |
# File 'sig/client.rbs', line 545
def notification_configuration_arn: () -> ::String
|
#status_summary_by_region ⇒ ::Hash[::String, Types::EventRuleStatusSummary]
546 |
# File 'sig/client.rbs', line 546
def status_summary_by_region: () -> ::Hash[::String, Types::EventRuleStatusSummary]
|