Class: Aws::Types::SetDefaultMessageFeedbackEnabledResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_arn::String

Returns the value of attribute configuration_set_arn.

Returns:

  • (::String)


2164
2165
2166
# File 'sig/types.rbs', line 2164

def configuration_set_arn
  @configuration_set_arn
end

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


2165
2166
2167
# File 'sig/types.rbs', line 2165

def configuration_set_name
  @configuration_set_name
end

#message_feedback_enabledBoolean

Returns the value of attribute message_feedback_enabled.

Returns:

  • (Boolean)


2166
2167
2168
# File 'sig/types.rbs', line 2166

def message_feedback_enabled
  @message_feedback_enabled
end