Class: Aws::Types::SetDefaultMessageFeedbackEnabledRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetDefaultMessageFeedbackEnabledRequest
- 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_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def configuration_set_name @configuration_set_name end |
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def @message_feedback_enabled end |