Class: Aws::PinpointSMSVoiceV2::Types::CreateEventDestinationResult

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 ARN of the configuration set.

Returns:

  • (String)


459
460
461
462
463
464
465
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 459

class CreateEventDestinationResult < 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)


459
460
461
462
463
464
465
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 459

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

#event_destinationTypes::EventDestination

The details of the destination where events are logged.



459
460
461
462
463
464
465
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 459

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