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

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

#notification_arnString

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

Returns:

  • (String)


6182
6183
6184
6185
6186
6187
# File 'lib/aws-sdk-connect/types.rb', line 6182

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)


6182
6183
6184
6185
6186
6187
# File 'lib/aws-sdk-connect/types.rb', line 6182

class CreateNotificationResponse < Struct.new(
  :notification_id,
  :notification_arn)
  SENSITIVE = []
  include Aws::Structure
end