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.
10303 10304 10305 10306 10307 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10303 class DescribeNotificationResponse < Struct.new( :notification) SENSITIVE = [] include Aws::Structure end |