Class: Aws::Connect::Types::DescribeNotificationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notificationTypes::Notification

The complete notification information including content, priority, recipients, and metadata.

Returns:



10237
10238
10239
10240
10241
# File 'lib/aws-sdk-connect/types.rb', line 10237

class DescribeNotificationResponse < Struct.new(
  :notification)
  SENSITIVE = []
  include Aws::Structure
end