Class: Aws::PinpointSMSVoiceV2::Types::DescribeProtectConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeProtectConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::ProtectConfigurationFilter>
An array of ProtectConfigurationFilter objects to filter the results.
-
#max_results ⇒ Integer
The maximum number of results to return per each request.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
-
#protect_configuration_ids ⇒ Array<String>
An array of protect configuration identifiers to search for.
Instance Attribute Details
#filters ⇒ Array<Types::ProtectConfigurationFilter>
An array of ProtectConfigurationFilter objects to filter the results.
2564 2565 2566 2567 2568 2569 2570 2571 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2564 class DescribeProtectConfigurationsRequest < Struct.new( :protect_configuration_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per each request.
2564 2565 2566 2567 2568 2569 2570 2571 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2564 class DescribeProtectConfigurationsRequest < Struct.new( :protect_configuration_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to be used for the next set of paginated results. You don’t need to supply a value for this field in the initial request.
2564 2565 2566 2567 2568 2569 2570 2571 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2564 class DescribeProtectConfigurationsRequest < Struct.new( :protect_configuration_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#protect_configuration_ids ⇒ Array<String>
An array of protect configuration identifiers to search for.
2564 2565 2566 2567 2568 2569 2570 2571 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2564 class DescribeProtectConfigurationsRequest < Struct.new( :protect_configuration_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |