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_preference ⇒ ::Array[Types::NumberPreferenceItem]
Returns the value of attribute number_preference.
-
#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.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def client_token @client_token end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def deletion_protection_enabled @deletion_protection_enabled end |
#international_sending_enabled ⇒ Boolean
Returns the value of attribute international_sending_enabled.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def international_sending_enabled @international_sending_enabled end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def iso_country_code @iso_country_code end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def @message_type end |
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute number_capabilities.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def number_capabilities @number_capabilities end |
#number_preference ⇒ ::Array[Types::NumberPreferenceItem]
Returns the value of attribute number_preference.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def number_preference @number_preference end |
#number_type ⇒ "LONG_CODE", ...
Returns the value of attribute number_type.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def number_type @number_type end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def opt_out_list_name @opt_out_list_name end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def pool_id @pool_id end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def registration_id @registration_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def @tags end |