Class: Aws::Notifications::Types::CreateNotificationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::CreateNotificationConfigurationRequest
- 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`.
-
#description ⇒ String
The description of the ‘NotificationConfiguration`.
-
#name ⇒ String
The name of the ‘NotificationConfiguration`.
-
#tags ⇒ Hash<String,String>
A map of tags assigned to a resource.
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.
^
-
-
341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-notifications/types.rb', line 341 class CreateNotificationConfigurationRequest < Struct.new( :name, :description, :aggregation_duration, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the ‘NotificationConfiguration`.
341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-notifications/types.rb', line 341 class CreateNotificationConfigurationRequest < Struct.new( :name, :description, :aggregation_duration, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ‘NotificationConfiguration`. Supports RFC 3986’s unreserved characters.
341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-notifications/types.rb', line 341 class CreateNotificationConfigurationRequest < Struct.new( :name, :description, :aggregation_duration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.
341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-notifications/types.rb', line 341 class CreateNotificationConfigurationRequest < Struct.new( :name, :description, :aggregation_duration, :tags) SENSITIVE = [] include Aws::Structure end |