Module: Aws::Notifications::Client::_GetManagedNotificationConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetManagedNotificationConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #category ⇒ ::String
- #description ⇒ ::String
- #name ⇒ ::String
- #sub_category ⇒ ::String
Instance Method Details
#arn ⇒ ::String
270 |
# File 'sig/client.rbs', line 270
def arn: () -> ::String
|
#category ⇒ ::String
273 |
# File 'sig/client.rbs', line 273
def category: () -> ::String
|
#description ⇒ ::String
272 |
# File 'sig/client.rbs', line 272
def description: () -> ::String
|
#name ⇒ ::String
271 |
# File 'sig/client.rbs', line 271
def name: () -> ::String
|
#sub_category ⇒ ::String
274 |
# File 'sig/client.rbs', line 274
def sub_category: () -> ::String
|