Class: Aws::Types::ReleasePhoneNumberResult
- Inherits:
-
Object
- Object
- Aws::Types::ReleasePhoneNumberResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#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 ⇒ "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.
-
#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.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def @created_timestamp end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def iso_country_code @iso_country_code end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def @message_type end |
#monthly_leasing_price ⇒ ::String
Returns the value of attribute monthly_leasing_price.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def monthly_leasing_price @monthly_leasing_price end |
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute number_capabilities.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def number_capabilities @number_capabilities end |
#number_type ⇒ "SHORT_CODE", ...
Returns the value of attribute number_type.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def number_type @number_type end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def opt_out_list_name @opt_out_list_name end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def phone_number @phone_number end |
#phone_number_arn ⇒ ::String
Returns the value of attribute phone_number_arn.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def phone_number_arn @phone_number_arn end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def phone_number_id @phone_number_id end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def registration_id @registration_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def self_managed_opt_outs_enabled @self_managed_opt_outs_enabled end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def status @status end |
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def two_way_enabled @two_way_enabled end |