Class: Aws::Connect::Types::CreateNotificationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notification_arnString

The Amazon Resource Name (ARN) of the created notification.

Returns:

  • (String)


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_idString

The unique identifier assigned to the created notification.

Returns:

  • (String)


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