Class: Aws::PinpointSMSVoiceV2::Types::DeleteEventDestinationRequest

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

#configuration_set_nameString

The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the event destination from. The ConfigurateSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.

Returns:

  • (String)


1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1328

class DeleteEventDestinationRequest < Struct.new(
  :configuration_set_name,
  :event_destination_name)
  SENSITIVE = []
  include Aws::Structure
end

#event_destination_nameString

The name of the event destination to delete.

Returns:

  • (String)


1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1328

class DeleteEventDestinationRequest < Struct.new(
  :configuration_set_name,
  :event_destination_name)
  SENSITIVE = []
  include Aws::Structure
end