Class: Aws::PinpointSMSVoiceV2::Types::SetDefaultMessageTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::SetDefaultMessageTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The configuration set to update with a new default message type.
-
#message_type ⇒ String
The type of message.
Instance Attribute Details
#configuration_set_name ⇒ String
The configuration set to update with a new default message type. This field can be the ConsigurationSetName or ConfigurationSetArn.
6522 6523 6524 6525 6526 6527 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6522 class SetDefaultMessageTypeRequest < Struct.new( :configuration_set_name, :message_type) SENSITIVE = [] include Aws::Structure end |
#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.
6522 6523 6524 6525 6526 6527 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6522 class SetDefaultMessageTypeRequest < Struct.new( :configuration_set_name, :message_type) SENSITIVE = [] include Aws::Structure end |