Module: Aws::Notifications::Client::_GetNotificationEventResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetNotificationEventResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #content ⇒ Types::NotificationEvent
- #creation_time ⇒ ::Time
- #notification_configuration_arn ⇒ ::String
Instance Method Details
#arn ⇒ ::String
314 |
# File 'sig/client.rbs', line 314
def arn: () -> ::String
|
#content ⇒ Types::NotificationEvent
317 |
# File 'sig/client.rbs', line 317
def content: () -> Types::NotificationEvent
|
#creation_time ⇒ ::Time
316 |
# File 'sig/client.rbs', line 316
def creation_time: () -> ::Time
|
#notification_configuration_arn ⇒ ::String
315 |
# File 'sig/client.rbs', line 315
def notification_configuration_arn: () -> ::String
|