Class: Aws::Types::RequestPhoneNumberResult
- Inherits:
-
Object
- Object
- Aws::Types::RequestPhoneNumberResult
- 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.
-
#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 ⇒ "LONG_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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def @created_timestamp end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def deletion_protection_enabled @deletion_protection_enabled end |
#international_sending_enabled ⇒ Boolean
Returns the value of attribute international_sending_enabled.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def international_sending_enabled @international_sending_enabled end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def iso_country_code @iso_country_code end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def @message_type end |
#monthly_leasing_price ⇒ ::String
Returns the value of attribute monthly_leasing_price.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def monthly_leasing_price @monthly_leasing_price end |
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute number_capabilities.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def number_capabilities @number_capabilities end |
#number_type ⇒ "LONG_CODE", ...
Returns the value of attribute number_type.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def number_type @number_type end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def opt_out_list_name @opt_out_list_name end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def phone_number @phone_number end |
#phone_number_arn ⇒ ::String
Returns the value of attribute phone_number_arn.
1909 1910 1911 |
# File 'sig/types.rbs', line 1909 def phone_number_arn @phone_number_arn end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def phone_number_id @phone_number_id end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def pool_id @pool_id end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def registration_id @registration_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def self_managed_opt_outs_enabled @self_managed_opt_outs_enabled end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def @tags end |
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def two_way_enabled @two_way_enabled end |