Class: Aws::GuardDuty::Types::Actor
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Actor
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Information about the actors involved in an attack sequence.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
ID of the threat actor.
-
#session ⇒ Types::Session
Contains information about the user session where the activity initiated.
-
#user ⇒ Types::User
Contains information about the user credentials used by the threat actor.
Instance Attribute Details
#id ⇒ String
ID of the threat actor.
358 359 360 361 362 363 364 |
# File 'lib/aws-sdk-guardduty/types.rb', line 358 class Actor < Struct.new( :id, :user, :session) SENSITIVE = [] include Aws::Structure end |
#session ⇒ Types::Session
Contains information about the user session where the activity initiated.
358 359 360 361 362 363 364 |
# File 'lib/aws-sdk-guardduty/types.rb', line 358 class Actor < Struct.new( :id, :user, :session) SENSITIVE = [] include Aws::Structure end |
#user ⇒ Types::User
Contains information about the user credentials used by the threat actor.
358 359 360 361 362 363 364 |
# File 'lib/aws-sdk-guardduty/types.rb', line 358 class Actor < Struct.new( :id, :user, :session) SENSITIVE = [] include Aws::Structure end |