Class: Aws::PinpointSMSVoiceV2::Types::RegistrationTypeFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::RegistrationTypeFilter
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
The filter definition for filtering registration types 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.
4846 4847 4848 4849 4850 4851 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4846 class RegistrationTypeFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
An array of values to filter on.
4846 4847 4848 4849 4850 4851 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4846 class RegistrationTypeFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |