Class: Aws::PinpointSMSVoiceV2::Types::RegistrationFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::RegistrationFilter
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
The filter definition for filtering registrations 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 on.
Instance Attribute Details
#name ⇒ String
The name of the attribute to filter on.
4646 4647 4648 4649 4650 4651 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4646 class RegistrationFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
An array of values to filter on.
4646 4647 4648 4649 4650 4651 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4646 class RegistrationFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |