Class: Aws::Resiliencehubv2::Types::PolicyEvent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb

Overview

An event on the timeline of a resilience policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actorTypes::EventActor

Identifies the actor that triggered an event.

Returns:



3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3696

class PolicyEvent < Struct.new(
  :event_id,
  :timestamp,
  :event_type,
  :policy_arn,
  :actor,
  :event_details)
  SENSITIVE = []
  include Aws::Structure
end

#event_detailsTypes::PolicyEventDetails

The details of the event.



3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3696

class PolicyEvent < Struct.new(
  :event_id,
  :timestamp,
  :event_type,
  :policy_arn,
  :actor,
  :event_details)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The identifier of the event.

Returns:

  • (String)


3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3696

class PolicyEvent < Struct.new(
  :event_id,
  :timestamp,
  :event_type,
  :policy_arn,
  :actor,
  :event_details)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeString

The type of the event.

Returns:

  • (String)


3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3696

class PolicyEvent < Struct.new(
  :event_id,
  :timestamp,
  :event_type,
  :policy_arn,
  :actor,
  :event_details)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

ARN identifier.

Returns:

  • (String)


3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3696

class PolicyEvent < Struct.new(
  :event_id,
  :timestamp,
  :event_type,
  :policy_arn,
  :actor,
  :event_details)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The time the event occurred.

Returns:

  • (Time)


3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3696

class PolicyEvent < Struct.new(
  :event_id,
  :timestamp,
  :event_type,
  :policy_arn,
  :actor,
  :event_details)
  SENSITIVE = []
  include Aws::Structure
end