Class: Aws::Resiliencehubv2::Types::EventActor

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

Overview

Identifies the actor that triggered an event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The AWS account ID of the actor.

Returns:

  • (String)


1239
1240
1241
1242
1243
1244
1245
1246
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1239

class EventActor < Struct.new(
  :type,
  :principal_id,
  :account_id,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end

#principal_idString

The principal ID of the actor.

Returns:

  • (String)


1239
1240
1241
1242
1243
1244
1245
1246
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1239

class EventActor < Struct.new(
  :type,
  :principal_id,
  :account_id,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of actor, either USER or SYSTEM.

Returns:

  • (String)


1239
1240
1241
1242
1243
1244
1245
1246
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1239

class EventActor < Struct.new(
  :type,
  :principal_id,
  :account_id,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

The user name of the actor.

Returns:

  • (String)


1239
1240
1241
1242
1243
1244
1245
1246
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1239

class EventActor < Struct.new(
  :type,
  :principal_id,
  :account_id,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end