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)


3266
3267
3268
3269
3270
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3266

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