Class: Aws::PinpointSMSVoice::Types::CreateConfigurationSetEventDestinationRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#configuration_set_nameString

Returns:

  • (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_destinationTypes::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_nameString

A name that identifies the event destination.

Returns:

  • (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