Class: Aws::PinpointSMSVoiceV2::Types::PoolFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::PoolFilter
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
The information for a pool 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 values to filter for.
Instance Attribute Details
#name ⇒ String
The name of the attribute to filter on.
3896 3897 3898 3899 3900 3901 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3896 class PoolFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
An array values to filter for.
3896 3897 3898 3899 3900 3901 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3896 class PoolFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |