Class: Aws::PinpointSMSVoiceV2::Types::ConfigurationSetInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ConfigurationSetInformation
- 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
-
#configuration_set_arn ⇒ String
The Resource Name (ARN) of the ConfigurationSet.
-
#configuration_set_name ⇒ String
The name of the ConfigurationSet.
-
#created_timestamp ⇒ Time
The time when the ConfigurationSet was created, in [UNIX epoch time] format.
-
#default_message_feedback_enabled ⇒ Boolean
True if message feedback is enabled.
-
#default_message_type ⇒ String
The type of message.
-
#default_sender_id ⇒ String
The default sender ID used by the ConfigurationSet.
-
#event_destinations ⇒ Array<Types::EventDestination>
An array of EventDestination objects that describe any events to log and where to log them.
-
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
Instance Attribute Details
#configuration_set_arn ⇒ String
The Resource Name (ARN) of the ConfigurationSet.
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_name ⇒ String
The name of the ConfigurationSet.
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_timestamp ⇒ Time
The time when the ConfigurationSet was created, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
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_enabled ⇒ Boolean
True if message feedback is enabled.
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_type ⇒ String
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.
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_id ⇒ String
The default sender ID used by the ConfigurationSet.
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_destinations ⇒ Array<Types::EventDestination>
An array of EventDestination objects that describe any events to log and where to log them.
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_id ⇒ String
The unique identifier for the protect configuration.
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 |