Class: Aws::PinpointSMSVoiceV2::Types::DeleteConfigurationSetResult

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

Returns:

  • (String)


1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1339

class DeleteConfigurationSetResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destinations,
  :default_message_type,
  :default_sender_id,
  :default_message_feedback_enabled,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_set_nameString

The name of the deleted configuration set.

Returns:

  • (String)


1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1339

class DeleteConfigurationSetResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destinations,
  :default_message_type,
  :default_sender_id,
  :default_message_feedback_enabled,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The time that the deleted configuration set was created in UNIX epoch time format.

Returns:

  • (Time)


1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1339

class DeleteConfigurationSetResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destinations,
  :default_message_type,
  :default_sender_id,
  :default_message_feedback_enabled,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#default_message_feedback_enabledBoolean

True if the configuration set has message feedback enabled. By default this is set to false.

Returns:

  • (Boolean)


1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1339

class DeleteConfigurationSetResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destinations,
  :default_message_type,
  :default_sender_id,
  :default_message_feedback_enabled,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#default_message_typeString

The default message type of the configuration set that was deleted.

Returns:

  • (String)


1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1339

class DeleteConfigurationSetResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destinations,
  :default_message_type,
  :default_sender_id,
  :default_message_feedback_enabled,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#default_sender_idString

The default Sender ID of the configuration set that was deleted.

Returns:

  • (String)


1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1339

class DeleteConfigurationSetResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destinations,
  :default_message_type,
  :default_sender_id,
  :default_message_feedback_enabled,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#event_destinationsArray<Types::EventDestination>

An array of any EventDestination objects that were associated with the deleted configuration set.

Returns:



1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1339

class DeleteConfigurationSetResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destinations,
  :default_message_type,
  :default_sender_id,
  :default_message_feedback_enabled,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end