Class: Aws::Types::NotifyConfigurationInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp ⇒ ::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def created_timestamp
  @created_timestamp
end

#default_template_id ⇒ ::String

Returns the value of attribute default_template_id.

Returns:

  • (::String)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def default_template_id
  @default_template_id
end

#deletion_protection_enabled ⇒ Boolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def deletion_protection_enabled
  @deletion_protection_enabled
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1263
1264
1265
# File 'sig/types.rbs', line 1263

def display_name
  @display_name
end

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

Returns the value of attribute enabled_channels.

Returns:

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


1268
1269
1270
# File 'sig/types.rbs', line 1268

def enabled_channels
  @enabled_channels
end

#enabled_countries ⇒ ::Array[::String]

Returns the value of attribute enabled_countries.

Returns:

  • (::Array[::String])


1267
1268
1269
# File 'sig/types.rbs', line 1267

def enabled_countries
  @enabled_countries
end

#notify_configuration_arn ⇒ ::String

Returns the value of attribute notify_configuration_arn.

Returns:

  • (::String)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def notify_configuration_arn
  @notify_configuration_arn
end

#notify_configuration_id ⇒ ::String

Returns the value of attribute notify_configuration_id.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def notify_configuration_id
  @notify_configuration_id
end

#pool_id ⇒ ::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def pool_id
  @pool_id
end

#rejection_reason ⇒ ::String

Returns the value of attribute rejection_reason.

Returns:

  • (::String)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def rejection_reason
  @rejection_reason
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "ACTIVE", "REJECTED", "REQUIRES_VERIFICATION")


1271
1272
1273
# File 'sig/types.rbs', line 1271

def status
  @status
end

#tier ⇒ "BASIC", "ADVANCED"

Returns the value of attribute tier.

Returns:

  • ("BASIC", "ADVANCED")


1269
1270
1271
# File 'sig/types.rbs', line 1269

def tier
  @tier
end

#tier_upgrade_status ⇒ "BASIC", ...

Returns the value of attribute tier_upgrade_status.

Returns:

  • ("BASIC", "PENDING_UPGRADE", "ADVANCED", "REJECTED")


1270
1271
1272
# File 'sig/types.rbs', line 1270

def tier_upgrade_status
  @tier_upgrade_status
end

#use_case ⇒ "CODE_VERIFICATION"

Returns the value of attribute use_case.

Returns:

  • ("CODE_VERIFICATION")


1264
1265
1266
# File 'sig/types.rbs', line 1264

def use_case
  @use_case
end