Class: Aws::Notifications::Types::ManagedNotificationChildEventSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ManagedNotificationChildEventSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Describes a short summary and metadata for a ‘ManagedNotificationChildEvent`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_detail ⇒ Types::AggregationDetail
Provides detailed information about the dimensions used for event summarization and aggregation.
-
#event_status ⇒ String
The perceived nature of the event.
-
#message_components ⇒ Types::MessageComponentsSummary
Contains the headline message component.
-
#notification_type ⇒ String
The Type of the event causing this notification.
-
#schema_version ⇒ String
The schema version of the ‘ManagedNotificationChildEvent`.
-
#source_event_metadata ⇒ Types::ManagedSourceEventMetadataSummary
Contains all event metadata present identically across all ‘NotificationEvents`.
Instance Attribute Details
#aggregation_detail ⇒ Types::AggregationDetail
Provides detailed information about the dimensions used for event summarization and aggregation.
2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-notifications/types.rb', line 2052 class ManagedNotificationChildEventSummary < Struct.new( :schema_version, :source_event_metadata, :message_components, :aggregation_detail, :event_status, :notification_type) SENSITIVE = [] include Aws::Structure end |
#event_status ⇒ String
The perceived nature of the event.
-
Values:
-
‘HEALTHY`
-
All EventRules are ‘ACTIVE` and any call can be run.
^
-
-
‘UNHEALTHY`
-
Some EventRules are ‘ACTIVE` and some are `INACTIVE`. Any call can be run.
^
-
-
2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-notifications/types.rb', line 2052 class ManagedNotificationChildEventSummary < Struct.new( :schema_version, :source_event_metadata, :message_components, :aggregation_detail, :event_status, :notification_type) SENSITIVE = [] include Aws::Structure end |
#message_components ⇒ Types::MessageComponentsSummary
Contains the headline message component.
2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-notifications/types.rb', line 2052 class ManagedNotificationChildEventSummary < Struct.new( :schema_version, :source_event_metadata, :message_components, :aggregation_detail, :event_status, :notification_type) SENSITIVE = [] include Aws::Structure end |
#notification_type ⇒ String
The Type of the event causing this notification.
-
Values:
-
‘ALERT`
-
A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.
^
-
-
‘WARNING`
-
A notification about an event where an issue is about to arise. For example, something is approaching a threshold.
^
-
-
‘ANNOUNCEMENT`
-
A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.
^
-
-
‘INFORMATIONAL`
-
A notification about informational messages. For example, recommendations, service announcements, or reminders.
^
-
-
2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-notifications/types.rb', line 2052 class ManagedNotificationChildEventSummary < Struct.new( :schema_version, :source_event_metadata, :message_components, :aggregation_detail, :event_status, :notification_type) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ String
The schema version of the ‘ManagedNotificationChildEvent`.
2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-notifications/types.rb', line 2052 class ManagedNotificationChildEventSummary < Struct.new( :schema_version, :source_event_metadata, :message_components, :aggregation_detail, :event_status, :notification_type) SENSITIVE = [] include Aws::Structure end |
#source_event_metadata ⇒ Types::ManagedSourceEventMetadataSummary
Contains all event metadata present identically across all ‘NotificationEvents`. All fields are present in Source Events via Eventbridge.
2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-notifications/types.rb', line 2052 class ManagedNotificationChildEventSummary < Struct.new( :schema_version, :source_event_metadata, :message_components, :aggregation_detail, :event_status, :notification_type) SENSITIVE = [] include Aws::Structure end |