Class: Aws::Connect::Types::EvaluationReviewNotificationRecipient

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Information about a recipient who should be notified when an evaluation review is requested.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of notification recipient.

Returns:

  • (String)


13176
13177
13178
13179
13180
13181
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13176

class EvaluationReviewNotificationRecipient < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::EvaluationReviewNotificationRecipientValue

The value associated with the notification recipient type.



13176
13177
13178
13179
13180
13181
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13176

class EvaluationReviewNotificationRecipient < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end