Class: Aws::PinpointSMSVoice::Types::DeleteConfigurationSetEventDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::DeleteConfigurationSetEventDestinationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#configuration_set_name ⇒ String
137 138 139 140 141 142 |
# File 'lib/aws-sdk-pinpointsmsvoice/types.rb', line 137 class DeleteConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination_name) SENSITIVE = [] include Aws::Structure end |
#event_destination_name ⇒ String
137 138 139 140 141 142 |
# File 'lib/aws-sdk-pinpointsmsvoice/types.rb', line 137 class DeleteConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination_name) SENSITIVE = [] include Aws::Structure end |