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