Class: Aws::PinpointSMSVoiceV2::Types::ProtectConfigurationFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ProtectConfigurationFilter
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
The filter definition for filtering protect configurations that meet 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.
4028 4029 4030 4031 4032 4033 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4028 class ProtectConfigurationFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
An array of values to filter for.
4028 4029 4030 4031 4032 4033 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4028 class ProtectConfigurationFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |