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 ⇒ "VoiceConnectorId", ...
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 ⇒ "VoiceConnector", "SipMediaApplicationDialIn"
Returns the value of attribute product_type.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#filter_name ⇒ "VoiceConnectorId", ...
Returns the value of attribute filter_name.
597 598 599 |
# File 'sig/types.rbs', line 597 def filter_name @filter_name end |
#filter_value ⇒ ::String
Returns the value of attribute filter_value.
598 599 600 |
# File 'sig/types.rbs', line 598 def filter_value @filter_value end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
599 600 601 |
# File 'sig/types.rbs', line 599 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
600 601 602 |
# File 'sig/types.rbs', line 600 def next_token @next_token end |
#product_type ⇒ "VoiceConnector", "SipMediaApplicationDialIn"
Returns the value of attribute product_type.
596 597 598 |
# File 'sig/types.rbs', line 596 def product_type @product_type end |
#status ⇒ ::String
Returns the value of attribute status.
595 596 597 |
# File 'sig/types.rbs', line 595 def status @status end |