Class: Aws::PinpointSMSVoiceV2::Types::ConfigurationSetFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ConfigurationSetFilter
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Note:
When making an API call, you may pass ConfigurationSetFilter data as a hash:
{
name: "event-destination-name", # required, accepts event-destination-name, matching-event-types, default-message-type, default-sender-id
values: ["FilterValue"], # required
}
The information for configuration sets 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 values to filter for.
Instance Attribute Details
#name ⇒ String
The name of the attribute to filter on.
214 215 216 217 218 219 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 214 class ConfigurationSetFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
An array values to filter for.
214 215 216 217 218 219 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 214 class ConfigurationSetFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |