Class: Aws::Notifications::Types::NotificationConfigurationStructure
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::NotificationConfigurationStructure
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Contains the complete list of fields for a NotificationConfiguration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_duration ⇒ String
The aggregation preference of the
NotificationConfiguration. -
#arn ⇒ String
The Amazon Resource Name (ARN) of the
NotificationConfigurationresource. -
#creation_time ⇒ Time
The creation time of the
NotificationConfiguration. -
#description ⇒ String
The description of the
NotificationConfiguration. -
#name ⇒ String
The name of the
NotificationConfiguration. -
#status ⇒ String
The current status of the
NotificationConfiguration. -
#subtype ⇒ String
The subtype of the notification configuration.
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.
^
-
-
2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 |
# File 'lib/aws-sdk-notifications/types.rb', line 2567 class NotificationConfigurationStructure < Struct.new( :arn, :name, :description, :status, :creation_time, :aggregation_duration, :subtype) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the NotificationConfiguration resource.
2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 |
# File 'lib/aws-sdk-notifications/types.rb', line 2567 class NotificationConfigurationStructure < Struct.new( :arn, :name, :description, :status, :creation_time, :aggregation_duration, :subtype) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The creation time of the NotificationConfiguration.
2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 |
# File 'lib/aws-sdk-notifications/types.rb', line 2567 class NotificationConfigurationStructure < Struct.new( :arn, :name, :description, :status, :creation_time, :aggregation_duration, :subtype) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the NotificationConfiguration.
2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 |
# File 'lib/aws-sdk-notifications/types.rb', line 2567 class NotificationConfigurationStructure < Struct.new( :arn, :name, :description, :status, :creation_time, :aggregation_duration, :subtype) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the NotificationConfiguration. Supports RFC 3986’s unreserved characters.
2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 |
# File 'lib/aws-sdk-notifications/types.rb', line 2567 class NotificationConfigurationStructure < Struct.new( :arn, :name, :description, :status, :creation_time, :aggregation_duration, :subtype) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the NotificationConfiguration.
2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 |
# File 'lib/aws-sdk-notifications/types.rb', line 2567 class NotificationConfigurationStructure < Struct.new( :arn, :name, :description, :status, :creation_time, :aggregation_duration, :subtype) SENSITIVE = [] include Aws::Structure end |
#subtype ⇒ String
The subtype of the notification configuration.
2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 |
# File 'lib/aws-sdk-notifications/types.rb', line 2567 class NotificationConfigurationStructure < Struct.new( :arn, :name, :description, :status, :creation_time, :aggregation_duration, :subtype) SENSITIVE = [] include Aws::Structure end |