Class: Aws::PinpointSMSVoiceV2::Types::DeleteNotifyConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteNotifyConfigurationRequest
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notify_configuration_id ⇒ String
The identifier of the notify configuration to delete.
Instance Attribute Details
#notify_configuration_id ⇒ String
The identifier of the notify configuration to delete. The NotifyConfigurationId can be found using the DescribeNotifyConfigurations operation.
1909 1910 1911 1912 1913 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1909 class DeleteNotifyConfigurationRequest < Struct.new( :notify_configuration_id) SENSITIVE = [] include Aws::Structure end |