Class: Aws::Notifications::Types::UpdateNotificationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::UpdateNotificationConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_duration ⇒ String
The aggregation preference of the ‘NotificationConfiguration`.
-
#arn ⇒ String
The Amazon Resource Name (ARN) used to update the ‘NotificationConfiguration`.
-
#description ⇒ String
The description of the ‘NotificationConfiguration`.
-
#name ⇒ String
The name of the ‘NotificationConfiguration`.
Instance Attribute Details
#aggregation_duration ⇒ String
The aggregation preference of the ‘NotificationConfiguration`.
-
Values:
-
‘LONG`
-
Aggregate notifications for long periods of time (12 hours).
^
-
-
‘SHORT`
-
Aggregate notifications for short periods of time (5 minutes).
^
-
-
‘NONE`
-
Don’t aggregate notifications.
^
-
-
3464 3465 3466 3467 3468 3469 3470 3471 |
# File 'lib/aws-sdk-notifications/types.rb', line 3464 class UpdateNotificationConfigurationRequest < Struct.new( :arn, :name, :description, :aggregation_duration) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) used to update the ‘NotificationConfiguration`.
3464 3465 3466 3467 3468 3469 3470 3471 |
# File 'lib/aws-sdk-notifications/types.rb', line 3464 class UpdateNotificationConfigurationRequest < Struct.new( :arn, :name, :description, :aggregation_duration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the ‘NotificationConfiguration`.
3464 3465 3466 3467 3468 3469 3470 3471 |
# File 'lib/aws-sdk-notifications/types.rb', line 3464 class UpdateNotificationConfigurationRequest < Struct.new( :arn, :name, :description, :aggregation_duration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ‘NotificationConfiguration`.
3464 3465 3466 3467 3468 3469 3470 3471 |
# File 'lib/aws-sdk-notifications/types.rb', line 3464 class UpdateNotificationConfigurationRequest < Struct.new( :arn, :name, :description, :aggregation_duration) SENSITIVE = [] include Aws::Structure end |