Class: Aws::PinpointSMSVoiceV2::Types::DeleteProtectConfigurationRuleSetNumberOverrideRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteProtectConfigurationRuleSetNumberOverrideRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_phone_number ⇒ String
The destination phone number in E.164 format.
-
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
Instance Attribute Details
#destination_phone_number ⇒ String
The destination phone number in E.164 format.
1803 1804 1805 1806 1807 1808 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1803 class DeleteProtectConfigurationRuleSetNumberOverrideRequest < Struct.new( :protect_configuration_id, :destination_phone_number) SENSITIVE = [] include Aws::Structure end |
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
1803 1804 1805 1806 1807 1808 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1803 class DeleteProtectConfigurationRuleSetNumberOverrideRequest < Struct.new( :protect_configuration_id, :destination_phone_number) SENSITIVE = [] include Aws::Structure end |