Class: Aws::PinpointSMSVoiceV2::Types::UpdateEventDestinationResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_arnString

The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.

Returns:

  • (String)


5739
5740
5741
5742
5743
5744
5745
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5739

class UpdateEventDestinationResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destination)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_set_nameString

The name of the configuration set.

Returns:

  • (String)


5739
5740
5741
5742
5743
5744
5745
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5739

class UpdateEventDestinationResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destination)
  SENSITIVE = []
  include Aws::Structure
end

#event_destinationTypes::EventDestination

An EventDestination object containing the details of where events will be logged.



5739
5740
5741
5742
5743
5744
5745
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5739

class UpdateEventDestinationResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destination)
  SENSITIVE = []
  include Aws::Structure
end