Class: Aws::PinpointSMSVoiceV2::Types::DeleteEventDestinationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteEventDestinationResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/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.
1359 1360 1361 1362 1363 1364 1365 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1359 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.
1359 1360 1361 1362 1363 1364 1365 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1359 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.
1359 1360 1361 1362 1363 1364 1365 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1359 class DeleteEventDestinationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end |