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)


6355
6356
6357
6358
6359
6360
# File 'lib/aws-sdk-connect/types.rb', line 6355

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)


6355
6356
6357
6358
6359
6360
# File 'lib/aws-sdk-connect/types.rb', line 6355

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