Class: Aws::Resiliencehubv2::Types::EventActor
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::EventActor
- 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
-
#account_id ⇒ String
The AWS account ID of the actor.
-
#principal_id ⇒ String
The principal ID of the actor.
-
#type ⇒ String
The type of actor, either USER or SYSTEM.
-
#user_name ⇒ String
The user name of the actor.
Instance Attribute Details
#account_id ⇒ String
The AWS account ID of the actor.
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_id ⇒ String
The principal ID of the actor.
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 |
#type ⇒ String
The type of actor, either USER or SYSTEM.
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_name ⇒ String
The user name of the actor.
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 |