Class: Aws::PinpointSMSVoiceV2::Types::VerifiedDestinationNumberFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

The filter definition for filtering verified destination phone numbers that meets a specified criteria.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the attribute to filter on.

Returns:

  • (String)


6874
6875
6876
6877
6878
6879
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6874

class VerifiedDestinationNumberFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

An array of values to filter on.

Returns:

  • (Array<String>)


6874
6875
6876
6877
6878
6879
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6874

class VerifiedDestinationNumberFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end