Class: Aws::Resiliencehubv2::Types::PolicyEventDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::PolicyEventDetails
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Contains the title, description, and event-specific metadata for a single event on the timeline of a resilience policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the event.
-
#event_metadata ⇒ Types::PolicyEventMetadata
The event-specific metadata, with one member populated according to the event type.
-
#title ⇒ String
A short summary of the event.
Instance Attribute Details
#description ⇒ String
A description of the event.
3725 3726 3727 3728 3729 3730 3731 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3725 class PolicyEventDetails < Struct.new( :title, :description, :event_metadata) SENSITIVE = [] include Aws::Structure end |
#event_metadata ⇒ Types::PolicyEventMetadata
The event-specific metadata, with one member populated according to the event type.
3725 3726 3727 3728 3729 3730 3731 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3725 class PolicyEventDetails < Struct.new( :title, :description, :event_metadata) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
A short summary of the event.
3725 3726 3727 3728 3729 3730 3731 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3725 class PolicyEventDetails < Struct.new( :title, :description, :event_metadata) SENSITIVE = [] include Aws::Structure end |