Class: Aws::Connect::Types::EvaluationReviewNotificationRecipient
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationReviewNotificationRecipient
- 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
-
#type ⇒ String
The type of notification recipient.
-
#value ⇒ Types::EvaluationReviewNotificationRecipientValue
The value associated with the notification recipient type.
Instance Attribute Details
#type ⇒ String
The type of notification recipient.
14235 14236 14237 14238 14239 14240 |
# File 'lib/aws-sdk-connect/types.rb', line 14235 class EvaluationReviewNotificationRecipient < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::EvaluationReviewNotificationRecipientValue
The value associated with the notification recipient type.
14235 14236 14237 14238 14239 14240 |
# File 'lib/aws-sdk-connect/types.rb', line 14235 class EvaluationReviewNotificationRecipient < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |