Class: Aws::Types::RequestPhoneNumberRequest
- Inherits:
-
Object
- Object
- Aws::Types::RequestPhoneNumberRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#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.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def client_token @client_token end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def deletion_protection_enabled @deletion_protection_enabled end |
#international_sending_enabled ⇒ Boolean
Returns the value of attribute international_sending_enabled.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def international_sending_enabled @international_sending_enabled end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def iso_country_code @iso_country_code end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def @message_type end |
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute number_capabilities.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def number_capabilities @number_capabilities end |
#number_type ⇒ "LONG_CODE", ...
Returns the value of attribute number_type.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def number_type @number_type end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def opt_out_list_name @opt_out_list_name end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def pool_id @pool_id end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def registration_id @registration_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def @tags end |