Class: Aws::Types::SetDefaultMessageTypeResult
- Inherits:
-
Object
- Object
- Aws::Types::SetDefaultMessageTypeResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_arn ⇒ ::String
Returns the value of attribute configuration_set_arn.
-
#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_arn ⇒ ::String
Returns the value of attribute configuration_set_arn.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def configuration_set_arn @configuration_set_arn end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def configuration_set_name @configuration_set_name end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def @message_type end |