Class: Aws::Notifications::Types::UpdateNotificationConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN used to update the NotificationConfiguration.

Returns:

  • (String)


3479
3480
3481
3482
3483
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3479

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