Class: Aws::PinpointSMSVoiceV2::Types::DeleteEventDestinationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteEventDestinationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_arn ⇒ String
The Amazon Resource Name (ARN) of the configuration set.
-
#configuration_set_name ⇒ String
The name of the configuration set the event destination was deleted from.
-
#event_destination ⇒ Types::EventDestination
The event destination object that was deleted.
Instance Attribute Details
#configuration_set_arn ⇒ String
The Amazon Resource Name (ARN) of the configuration set.
1376 1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1376 class DeleteEventDestinationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end |
#configuration_set_name ⇒ String
The name of the configuration set the event destination was deleted from.
1376 1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1376 class DeleteEventDestinationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end |
#event_destination ⇒ Types::EventDestination
The event destination object that was deleted.
1376 1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1376 class DeleteEventDestinationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end |