Class: Aws::PinpointSMSVoiceV2::Types::ConfigurationSetInformation

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

Overview

Information related to a given configuration set in your Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_arnString

The Resource Name (ARN) of the ConfigurationSet.

Returns:

  • (String)


290
291
292
293
294
295
296
297
298
299
300
301
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 290

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

#configuration_set_nameString

The name of the ConfigurationSet.

Returns:

  • (String)


290
291
292
293
294
295
296
297
298
299
300
301
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 290

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

#created_timestampTime

The time when the ConfigurationSet was created, in [UNIX epoch time] format.

[1]: www.epochconverter.com/

Returns:

  • (Time)


290
291
292
293
294
295
296
297
298
299
300
301
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 290

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

#default_message_feedback_enabledBoolean

True if message feedback is enabled.

Returns:

  • (Boolean)


290
291
292
293
294
295
296
297
298
299
300
301
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 290

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

#default_message_typeString

The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren’t critical or time-sensitive.

Returns:

  • (String)


290
291
292
293
294
295
296
297
298
299
300
301
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 290

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

#default_sender_idString

The default sender ID used by the ConfigurationSet.

Returns:

  • (String)


290
291
292
293
294
295
296
297
298
299
300
301
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 290

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

#event_destinationsArray<Types::EventDestination>

An array of EventDestination objects that describe any events to log and where to log them.

Returns:



290
291
292
293
294
295
296
297
298
299
300
301
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 290

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

#protect_configuration_idString

The unique identifier for the protect configuration.

Returns:

  • (String)


290
291
292
293
294
295
296
297
298
299
300
301
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 290

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