Class: Aws::Types::PhoneNumberInformation
- Inherits:
-
Object
- Object
- Aws::Types::PhoneNumberInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#international_sending_enabled ⇒ Boolean
Returns the value of attribute international_sending_enabled.
-
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
-
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
-
#messaging_limits ⇒ Types::MessagingLimits
Returns the value of attribute messaging_limits.
-
#monthly_leasing_price ⇒ ::String
Returns the value of attribute monthly_leasing_price.
-
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute number_capabilities.
-
#number_type ⇒ "SHORT_CODE", ...
Returns the value of attribute number_type.
-
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#phone_number_arn ⇒ ::String
Returns the value of attribute phone_number_arn.
-
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
-
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
-
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def @created_timestamp end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def deletion_protection_enabled @deletion_protection_enabled end |
#international_sending_enabled ⇒ Boolean
Returns the value of attribute international_sending_enabled.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def international_sending_enabled @international_sending_enabled end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def iso_country_code @iso_country_code end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def @message_type end |
#messaging_limits ⇒ Types::MessagingLimits
Returns the value of attribute messaging_limits.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def messaging_limits @messaging_limits end |
#monthly_leasing_price ⇒ ::String
Returns the value of attribute monthly_leasing_price.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def monthly_leasing_price @monthly_leasing_price end |
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute number_capabilities.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def number_capabilities @number_capabilities end |
#number_type ⇒ "SHORT_CODE", ...
Returns the value of attribute number_type.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def number_type @number_type end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def opt_out_list_name @opt_out_list_name end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def phone_number @phone_number end |
#phone_number_arn ⇒ ::String
Returns the value of attribute phone_number_arn.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def phone_number_arn @phone_number_arn end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def phone_number_id @phone_number_id end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def pool_id @pool_id end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def registration_id @registration_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def self_managed_opt_outs_enabled @self_managed_opt_outs_enabled end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def status @status end |
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def two_way_enabled @two_way_enabled end |