Module: Aws::Notifications::Client::_GetNotificationConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetNotificationConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aggregation_duration ⇒ "LONG", ...
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "ACTIVE", ...
- #subtype ⇒ "ACCOUNT", "ADMIN_MANAGED"
Instance Method Details
#aggregation_duration ⇒ "LONG", ...
303 |
# File 'sig/client.rbs', line 303
def aggregation_duration: () -> ("LONG" | "SHORT" | "NONE")
|
#arn ⇒ ::String
298 |
# File 'sig/client.rbs', line 298
def arn: () -> ::String
|
#creation_time ⇒ ::Time
302 |
# File 'sig/client.rbs', line 302
def creation_time: () -> ::Time
|
#description ⇒ ::String
300 |
# File 'sig/client.rbs', line 300
def description: () -> ::String
|
#name ⇒ ::String
299 |
# File 'sig/client.rbs', line 299
def name: () -> ::String
|
#status ⇒ "ACTIVE", ...
301 |
# File 'sig/client.rbs', line 301
def status: () -> ("ACTIVE" | "PARTIALLY_ACTIVE" | "INACTIVE" | "DELETING")
|
#subtype ⇒ "ACCOUNT", "ADMIN_MANAGED"
304 |
# File 'sig/client.rbs', line 304
def subtype: () -> ("ACCOUNT" | "ADMIN_MANAGED")
|