Class: Aws::PinpointSMSVoiceV2::Types::DeleteNotifyConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notify_configuration_idString

The identifier of the notify configuration to delete. The NotifyConfigurationId can be found using the DescribeNotifyConfigurations operation.

Returns:

  • (String)


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