Class: Aws::Notifications::Types::ManagedNotificationChildEventSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ManagedNotificationChildEventSummary
- Defined in:
- gems/aws-sdk-notifications/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.
2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2081 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
ACTIVEand any call can be run.
^
- All EventRules are
UNHEALTHY- Some EventRules are
ACTIVEand some areINACTIVE. Any call can be run.
^
- Some EventRules are
2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2081 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.
2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2081 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.
^
2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2081 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.
2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2081 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.
2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2081 class ManagedNotificationChildEventSummary < Struct.new( :schema_version, :source_event_metadata, :message_components, :aggregation_detail, :event_status, :notification_type) SENSITIVE = [] include Aws::Structure end |