Class: Aws::Types::SetDefaultMessageFeedbackEnabledResult
- Inherits:
-
Object
- Object
- Aws::Types::SetDefaultMessageFeedbackEnabledResult
- 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_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
Instance Attribute Details
#configuration_set_arn ⇒ ::String
Returns the value of attribute configuration_set_arn.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def configuration_set_arn @configuration_set_arn end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def configuration_set_name @configuration_set_name end |
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def @message_feedback_enabled end |