Class: Aws::PinpointSMSVoiceV2::Types::PhoneNumberFilter

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

Overview

The information for a phone number 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)


3201
3202
3203
3204
3205
3206
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3201

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

#valuesArray<String>

An array values to filter for.

Returns:

  • (Array<String>)


3201
3202
3203
3204
3205
3206
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3201

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