Class: Aws::PinpointSMSVoiceV2::Types::DeleteEventDestinationResult

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_arnString

The Amazon Resource Name (ARN) of the configuration set.

Returns:

  • (String)


1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1350

class DeleteEventDestinationResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destination)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_set_nameString

The name of the configuration set the event destination was deleted from.

Returns:

  • (String)


1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1350

class DeleteEventDestinationResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destination)
  SENSITIVE = []
  include Aws::Structure
end

#event_destinationTypes::EventDestination

The event destination object that was deleted.



1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1350

class DeleteEventDestinationResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destination)
  SENSITIVE = []
  include Aws::Structure
end