Class: Aws::PinpointSMSVoiceV2::Types::SetDefaultMessageFeedbackEnabledRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_name ⇒ String

The name of the configuration set to use. This can be either the ConfigurationSetName or ConfigurationSetArn.

Returns:

  • (String)


8985
8986
8987
8988
8989
8990
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8985

class SetDefaultMessageFeedbackEnabledRequest < Struct.new(
  :configuration_set_name,
  :message_feedback_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#message_feedback_enabled ⇒ Boolean

Set to true to enable message feedback.

Returns:

  • (Boolean)


8985
8986
8987
8988
8989
8990
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8985

class SetDefaultMessageFeedbackEnabledRequest < Struct.new(
  :configuration_set_name,
  :message_feedback_enabled)
  SENSITIVE = []
  include Aws::Structure
end