Module: Aws::Notifications::Client::_CreateEventRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateEventRuleResponse]
- 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
123 |
# File 'sig/client.rbs', line 123
def arn: () -> ::String
|
#notification_configuration_arn ⇒ ::String
124 |
# File 'sig/client.rbs', line 124
def notification_configuration_arn: () -> ::String
|
#status_summary_by_region ⇒ ::Hash[::String, Types::EventRuleStatusSummary]
125 |
# File 'sig/client.rbs', line 125
def status_summary_by_region: () -> ::Hash[::String, Types::EventRuleStatusSummary]
|