Class: Aws::Types::SearchAvailablePhoneNumbersRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchAvailablePhoneNumbersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#phone_number_country_code ⇒ "AF", ...
Returns the value of attribute phone_number_country_code.
-
#phone_number_prefix ⇒ ::String
Returns the value of attribute phone_number_prefix.
-
#phone_number_type ⇒ "TOLL_FREE", ...
Returns the value of attribute phone_number_type.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
6909 6910 6911 |
# File 'sig/types.rbs', line 6909 def instance_id @instance_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6913 6914 6915 |
# File 'sig/types.rbs', line 6913 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6914 6915 6916 |
# File 'sig/types.rbs', line 6914 def next_token @next_token end |
#phone_number_country_code ⇒ "AF", ...
Returns the value of attribute phone_number_country_code.
6910 6911 6912 |
# File 'sig/types.rbs', line 6910 def phone_number_country_code @phone_number_country_code end |
#phone_number_prefix ⇒ ::String
Returns the value of attribute phone_number_prefix.
6912 6913 6914 |
# File 'sig/types.rbs', line 6912 def phone_number_prefix @phone_number_prefix end |
#phone_number_type ⇒ "TOLL_FREE", ...
Returns the value of attribute phone_number_type.
6911 6912 6913 |
# File 'sig/types.rbs', line 6911 def phone_number_type @phone_number_type end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
6908 6909 6910 |
# File 'sig/types.rbs', line 6908 def target_arn @target_arn end |