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.
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 |
#value ⇒ Types::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 |