Class: Aws::Types::UpdateNotifyConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_template_id::String

Returns the value of attribute default_template_id.

Returns:

  • (::String)


2360
2361
2362
# File 'sig/types.rbs', line 2360

def default_template_id
  @default_template_id
end

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


2364
2365
2366
# File 'sig/types.rbs', line 2364

def deletion_protection_enabled
  @deletion_protection_enabled
end

#enabled_channels::Array[("SMS" | "VOICE" | "MMS" | "RCS")]

Returns the value of attribute enabled_channels.

Returns:

  • (::Array[("SMS" | "VOICE" | "MMS" | "RCS")])


2363
2364
2365
# File 'sig/types.rbs', line 2363

def enabled_channels
  @enabled_channels
end

#enabled_countries::Array[::String]

Returns the value of attribute enabled_countries.

Returns:

  • (::Array[::String])


2362
2363
2364
# File 'sig/types.rbs', line 2362

def enabled_countries
  @enabled_countries
end

#notify_configuration_id::String

Returns the value of attribute notify_configuration_id.

Returns:

  • (::String)


2359
2360
2361
# File 'sig/types.rbs', line 2359

def notify_configuration_id
  @notify_configuration_id
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


2361
2362
2363
# File 'sig/types.rbs', line 2361

def pool_id
  @pool_id
end