Class: Aws::Notifications::Types::UpdateNotificationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::UpdateNotificationConfigurationResponse
- Defined in:
- gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN used to update the
NotificationConfiguration
.
Instance Attribute Details
#arn ⇒ String
The ARN used to update the NotificationConfiguration
.
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 |