Class: Aws::PinpointSMSVoice::Types::CreateConfigurationSetEventDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::CreateConfigurationSetEventDestinationRequest
- Defined in:
- gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb
Overview
Create a new event destination in a configuration set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
-
#event_destination ⇒ Types::EventDestinationDefinition
An object that defines a single event destination.
-
#event_destination_name ⇒ String
A name that identifies the event destination.
Instance Attribute Details
#configuration_set_name ⇒ String
93 94 95 96 97 98 99 |
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 93 class CreateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination, :event_destination_name) SENSITIVE = [] include Aws::Structure end |
#event_destination ⇒ Types::EventDestinationDefinition
An object that defines a single event destination.
93 94 95 96 97 98 99 |
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 93 class CreateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination, :event_destination_name) SENSITIVE = [] include Aws::Structure end |
#event_destination_name ⇒ String
A name that identifies the event destination.
93 94 95 96 97 98 99 |
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 93 class CreateConfigurationSetEventDestinationRequest < Struct.new( :configuration_set_name, :event_destination, :event_destination_name) SENSITIVE = [] include Aws::Structure end |