Class: Aws::Types::DeleteDefaultMessageTypeResult
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDefaultMessageTypeResult
- 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.
421 422 423 |
# File 'sig/types.rbs', line 421 def configuration_set_arn @configuration_set_arn end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
422 423 424 |
# File 'sig/types.rbs', line 422 def configuration_set_name @configuration_set_name end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
423 424 425 |
# File 'sig/types.rbs', line 423 def @message_type end |