Class: Aws::Connect::Types::CreateNotificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateNotificationResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notification_arn ⇒ String
The Amazon Resource Name (ARN) of the created notification.
-
#notification_id ⇒ String
The unique identifier assigned to the created notification.
Instance Attribute Details
#notification_arn ⇒ String
The Amazon Resource Name (ARN) of the created notification.
6124 6125 6126 6127 6128 6129 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6124 class CreateNotificationResponse < Struct.new( :notification_id, :notification_arn) SENSITIVE = [] include Aws::Structure end |
#notification_id ⇒ String
The unique identifier assigned to the created notification.
6124 6125 6126 6127 6128 6129 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6124 class CreateNotificationResponse < Struct.new( :notification_id, :notification_arn) SENSITIVE = [] include Aws::Structure end |