Class: Aws::PinpointSMSVoiceV2::Types::SenderIdFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::SenderIdFilter
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
The information for a sender ID that meets a specified criteria.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the attribute to filter on.
-
#values ⇒ Array<String>
An array of values to filter for.
Instance Attribute Details
#name ⇒ String
The name of the attribute to filter on.
6360 6361 6362 6363 6364 6365 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6360 class SenderIdFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
An array of values to filter for.
6360 6361 6362 6363 6364 6365 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6360 class SenderIdFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |