Class: Aws::Connect::Types::DescribeNotificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeNotificationResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notification ⇒ Types::Notification
The complete notification information including content, priority, recipients, and metadata.
Instance Attribute Details
#notification ⇒ Types::Notification
The complete notification information including content, priority, recipients, and metadata.
10238 10239 10240 10241 10242 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10238 class DescribeNotificationResponse < Struct.new( :notification) SENSITIVE = [] include Aws::Structure end |