Class: Aws::PinpointSMSVoiceV2::Types::OptedOutFilter

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

Overview

The information for opted out numbers that meet 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)


3116
3117
3118
3119
3120
3121
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3116

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

#valuesArray<String>

An array of values to filter for.

Returns:

  • (Array<String>)


3116
3117
3118
3119
3120
3121
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3116

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