Class: Aws::PinpointSMSVoiceV2::Types::ListProtectConfigurationRuleSetNumberOverridesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ListProtectConfigurationRuleSetNumberOverridesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
-
#protect_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the protect configuration.
-
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
-
#rule_set_number_overrides ⇒ Array<Types::ProtectConfigurationRuleSetNumberOverride>
An array of RuleSetNumberOverrides objects.
Instance Attribute Details
#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.
3664 3665 3666 3667 3668 3669 3670 3671 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3664 class ListProtectConfigurationRuleSetNumberOverridesResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :rule_set_number_overrides, :next_token) SENSITIVE = [] include Aws::Structure end |
#protect_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the protect configuration.
3664 3665 3666 3667 3668 3669 3670 3671 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3664 class ListProtectConfigurationRuleSetNumberOverridesResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :rule_set_number_overrides, :next_token) SENSITIVE = [] include Aws::Structure end |
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
3664 3665 3666 3667 3668 3669 3670 3671 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3664 class ListProtectConfigurationRuleSetNumberOverridesResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :rule_set_number_overrides, :next_token) SENSITIVE = [] include Aws::Structure end |
#rule_set_number_overrides ⇒ Array<Types::ProtectConfigurationRuleSetNumberOverride>
An array of RuleSetNumberOverrides objects.
3664 3665 3666 3667 3668 3669 3670 3671 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3664 class ListProtectConfigurationRuleSetNumberOverridesResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :rule_set_number_overrides, :next_token) SENSITIVE = [] include Aws::Structure end |