Class: Aws::Types::ListPhoneNumbersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPhoneNumbersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_name ⇒ "AccountId", ...
Returns the value of attribute filter_name.
-
#filter_value ⇒ ::String
Returns the value of attribute filter_value.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#product_type ⇒ "BusinessCalling", ...
Returns the value of attribute product_type.
-
#status ⇒ "AcquireInProgress", ...
Returns the value of attribute status.
Instance Attribute Details
#filter_name ⇒ "AccountId", ...
Returns the value of attribute filter_name.
488 489 490 |
# File 'sig/types.rbs', line 488 def filter_name @filter_name end |
#filter_value ⇒ ::String
Returns the value of attribute filter_value.
489 490 491 |
# File 'sig/types.rbs', line 489 def filter_value @filter_value end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
490 491 492 |
# File 'sig/types.rbs', line 490 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
491 492 493 |
# File 'sig/types.rbs', line 491 def next_token @next_token end |
#product_type ⇒ "BusinessCalling", ...
Returns the value of attribute product_type.
487 488 489 |
# File 'sig/types.rbs', line 487 def product_type @product_type end |
#status ⇒ "AcquireInProgress", ...
Returns the value of attribute status.
486 487 488 |
# File 'sig/types.rbs', line 486 def status @status end |