Module: Aws::Notifications::Client::_GetNotificationConfigurationResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetNotificationConfigurationResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#aggregation_duration"LONG", ...

Returns:

  • ("LONG", "SHORT", "NONE")


303
# File 'sig/client.rbs', line 303

def aggregation_duration: () -> ("LONG" | "SHORT" | "NONE")

#arn::String

Returns:

  • (::String)


298
# File 'sig/client.rbs', line 298

def arn: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


302
# File 'sig/client.rbs', line 302

def creation_time: () -> ::Time

#description::String

Returns:

  • (::String)


300
# File 'sig/client.rbs', line 300

def description: () -> ::String

#name::String

Returns:

  • (::String)


299
# File 'sig/client.rbs', line 299

def name: () -> ::String

#status"ACTIVE", ...

Returns:

  • ("ACTIVE", "PARTIALLY_ACTIVE", "INACTIVE", "DELETING")


301
# File 'sig/client.rbs', line 301

def status: () -> ("ACTIVE" | "PARTIALLY_ACTIVE" | "INACTIVE" | "DELETING")

#subtype"ACCOUNT", "ADMIN_MANAGED"

Returns:

  • ("ACCOUNT", "ADMIN_MANAGED")


304
# File 'sig/client.rbs', line 304

def subtype: () -> ("ACCOUNT" | "ADMIN_MANAGED")