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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



13322
13323
13324
13325
13326
13327
# File 'lib/aws-sdk-connect/types.rb', line 13322

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

#valueTypes::EvaluationReviewNotificationRecipientValue

The value associated with the notification recipient type.



13322
13323
13324
13325
13326
13327
# File 'lib/aws-sdk-connect/types.rb', line 13322

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