Class: Aws::Connect::Types::EvaluationReviewNotificationRecipient
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationReviewNotificationRecipient
- 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
-
#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.
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 |
#value ⇒ Types::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 |