Class: Aws::Types::DescribeVerifiedDestinationNumbersRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVerifiedDestinationNumbersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_phone_numbers ⇒ ::Array[::String]
Returns the value of attribute destination_phone_numbers.
-
#filters ⇒ ::Array[Types::VerifiedDestinationNumberFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#verified_destination_number_ids ⇒ ::Array[::String]
Returns the value of attribute verified_destination_number_ids.
Instance Attribute Details
#destination_phone_numbers ⇒ ::Array[::String]
Returns the value of attribute destination_phone_numbers.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def destination_phone_numbers @destination_phone_numbers end |
#filters ⇒ ::Array[Types::VerifiedDestinationNumberFilter]
Returns the value of attribute filters.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def next_token @next_token end |
#verified_destination_number_ids ⇒ ::Array[::String]
Returns the value of attribute verified_destination_number_ids.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def verified_destination_number_ids @verified_destination_number_ids end |