Class: Aws::Types::SetDefaultMessageTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetDefaultMessageTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def configuration_set_name @configuration_set_name end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def @message_type end |