Module: Aws::Notifications::Client::_GetEventRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEventRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #event_pattern ⇒ ::String
- #event_type ⇒ ::String
- #managed_rules ⇒ ::Array[::String]
- #notification_configuration_arn ⇒ ::String
- #regions ⇒ ::Array[::String]
- #source ⇒ ::String
- #status_summary_by_region ⇒ ::Hash[::String, Types::EventRuleStatusSummary]
Instance Method Details
#arn ⇒ ::String
238 |
# File 'sig/client.rbs', line 238
def arn: () -> ::String
|
#creation_time ⇒ ::Time
240 |
# File 'sig/client.rbs', line 240
def creation_time: () -> ::Time
|
#event_pattern ⇒ ::String
243 |
# File 'sig/client.rbs', line 243
def event_pattern: () -> ::String
|
#event_type ⇒ ::String
242 |
# File 'sig/client.rbs', line 242
def event_type: () -> ::String
|
#managed_rules ⇒ ::Array[::String]
245 |
# File 'sig/client.rbs', line 245
def managed_rules: () -> ::Array[::String]
|
#notification_configuration_arn ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def notification_configuration_arn: () -> ::String
|
#regions ⇒ ::Array[::String]
244 |
# File 'sig/client.rbs', line 244
def regions: () -> ::Array[::String]
|
#source ⇒ ::String
241 |
# File 'sig/client.rbs', line 241
def source: () -> ::String
|
#status_summary_by_region ⇒ ::Hash[::String, Types::EventRuleStatusSummary]
246 |
# File 'sig/client.rbs', line 246
def status_summary_by_region: () -> ::Hash[::String, Types::EventRuleStatusSummary]
|