Class: Aws::Notifications::Types::CreateNotificationConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-notifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the ‘NotificationConfiguration`.

Returns:

  • (String)


360
361
362
363
364
365
# File 'lib/aws-sdk-notifications/types.rb', line 360

class CreateNotificationConfigurationResponse < Struct.new(
  :arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of this ‘NotificationConfiguration`.

Returns:

  • (String)


360
361
362
363
364
365
# File 'lib/aws-sdk-notifications/types.rb', line 360

class CreateNotificationConfigurationResponse < Struct.new(
  :arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end