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)


2393
2394
2395
# File 'sig/types.rbs', line 2393

def default_template_id
  @default_template_id
end

#deletion_protection_enabled ⇒ Boolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


2397
2398
2399
# File 'sig/types.rbs', line 2397

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")])


2396
2397
2398
# File 'sig/types.rbs', line 2396

def enabled_channels
  @enabled_channels
end

#enabled_countries ⇒ ::Array[::String]

Returns the value of attribute enabled_countries.

Returns:

  • (::Array[::String])


2395
2396
2397
# File 'sig/types.rbs', line 2395

def enabled_countries
  @enabled_countries
end

#notify_configuration_id ⇒ ::String

Returns the value of attribute notify_configuration_id.

Returns:

  • (::String)


2392
2393
2394
# File 'sig/types.rbs', line 2392

def notify_configuration_id
  @notify_configuration_id
end

#pool_id ⇒ ::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


2394
2395
2396
# File 'sig/types.rbs', line 2394

def pool_id
  @pool_id
end