Class: Aws::Types::DescribeVerifiedDestinationNumbersRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_phone_numbers::Array[::String]

Returns the value of attribute destination_phone_numbers.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1029
1030
1031
# File 'sig/types.rbs', line 1029

def verified_destination_number_ids
  @verified_destination_number_ids
end