Class: Aws::GuardDuty::Types::Sequence

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

Overview

Contains information about the GuardDuty attack sequence finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actorsArray<Types::Actor>

Contains information about the actors involved in the attack sequence.

Returns:



8656
8657
8658
8659
8660
8661
8662
8663
8664
8665
8666
# File 'lib/aws-sdk-guardduty/types.rb', line 8656

class Sequence < Struct.new(
  :uid,
  :description,
  :actors,
  :resources,
  :endpoints,
  :signals,
  :sequence_indicators)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Description of the attack sequence.

Returns:

  • (String)


8656
8657
8658
8659
8660
8661
8662
8663
8664
8665
8666
# File 'lib/aws-sdk-guardduty/types.rb', line 8656

class Sequence < Struct.new(
  :uid,
  :description,
  :actors,
  :resources,
  :endpoints,
  :signals,
  :sequence_indicators)
  SENSITIVE = []
  include Aws::Structure
end

#endpointsArray<Types::NetworkEndpoint>

Contains information about the network endpoints that were used in the attack sequence.

Returns:



8656
8657
8658
8659
8660
8661
8662
8663
8664
8665
8666
# File 'lib/aws-sdk-guardduty/types.rb', line 8656

class Sequence < Struct.new(
  :uid,
  :description,
  :actors,
  :resources,
  :endpoints,
  :signals,
  :sequence_indicators)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<Types::ResourceV2>

Contains information about the resources involved in the attack sequence.

Returns:



8656
8657
8658
8659
8660
8661
8662
8663
8664
8665
8666
# File 'lib/aws-sdk-guardduty/types.rb', line 8656

class Sequence < Struct.new(
  :uid,
  :description,
  :actors,
  :resources,
  :endpoints,
  :signals,
  :sequence_indicators)
  SENSITIVE = []
  include Aws::Structure
end

#sequence_indicatorsArray<Types::Indicator>

Contains information about the indicators observed in the attack sequence.

Returns:



8656
8657
8658
8659
8660
8661
8662
8663
8664
8665
8666
# File 'lib/aws-sdk-guardduty/types.rb', line 8656

class Sequence < Struct.new(
  :uid,
  :description,
  :actors,
  :resources,
  :endpoints,
  :signals,
  :sequence_indicators)
  SENSITIVE = []
  include Aws::Structure
end

#signalsArray<Types::Signal>

Contains information about the signals involved in the attack sequence.

Returns:



8656
8657
8658
8659
8660
8661
8662
8663
8664
8665
8666
# File 'lib/aws-sdk-guardduty/types.rb', line 8656

class Sequence < Struct.new(
  :uid,
  :description,
  :actors,
  :resources,
  :endpoints,
  :signals,
  :sequence_indicators)
  SENSITIVE = []
  include Aws::Structure
end

#uidString

Unique identifier of the attack sequence.

Returns:

  • (String)


8656
8657
8658
8659
8660
8661
8662
8663
8664
8665
8666
# File 'lib/aws-sdk-guardduty/types.rb', line 8656

class Sequence < Struct.new(
  :uid,
  :description,
  :actors,
  :resources,
  :endpoints,
  :signals,
  :sequence_indicators)
  SENSITIVE = []
  include Aws::Structure
end