Class: Aws::GuardDuty::Types::Service

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

Overview

Additional information assigned to the generated finding by GuardDuty.

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::Action

Information about the activity described in a finding.

Returns:



2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
# File 'lib/aws-sdk-guardduty/types.rb', line 2484

class Service < Struct.new(
  :action,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback)
  include Aws::Structure
end

#archivedBoolean

Indicates whether this finding is archived.

Returns:

  • (Boolean)


2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
# File 'lib/aws-sdk-guardduty/types.rb', line 2484

class Service < Struct.new(
  :action,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback)
  include Aws::Structure
end

#countInteger

Total count of the occurrences of this finding type.

Returns:

  • (Integer)


2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
# File 'lib/aws-sdk-guardduty/types.rb', line 2484

class Service < Struct.new(
  :action,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback)
  include Aws::Structure
end

#detector_idString

Detector ID for the GuardDuty service.

Returns:

  • (String)


2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
# File 'lib/aws-sdk-guardduty/types.rb', line 2484

class Service < Struct.new(
  :action,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback)
  include Aws::Structure
end

#event_first_seenString

First seen timestamp of the activity that prompted GuardDuty to generate this finding.

Returns:

  • (String)


2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
# File 'lib/aws-sdk-guardduty/types.rb', line 2484

class Service < Struct.new(
  :action,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback)
  include Aws::Structure
end

#event_last_seenString

Last seen timestamp of the activity that prompted GuardDuty to generate this finding.

Returns:

  • (String)


2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
# File 'lib/aws-sdk-guardduty/types.rb', line 2484

class Service < Struct.new(
  :action,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback)
  include Aws::Structure
end

#resource_roleString

Resource role information for this finding.

Returns:

  • (String)


2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
# File 'lib/aws-sdk-guardduty/types.rb', line 2484

class Service < Struct.new(
  :action,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback)
  include Aws::Structure
end

#service_nameString

The name of the AWS service (GuardDuty) that generated a finding.

Returns:

  • (String)


2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
# File 'lib/aws-sdk-guardduty/types.rb', line 2484

class Service < Struct.new(
  :action,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback)
  include Aws::Structure
end

#user_feedbackString

Feedback left about the finding.

Returns:

  • (String)


2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
# File 'lib/aws-sdk-guardduty/types.rb', line 2484

class Service < Struct.new(
  :action,
  :archived,
  :count,
  :detector_id,
  :event_first_seen,
  :event_last_seen,
  :resource_role,
  :service_name,
  :user_feedback)
  include Aws::Structure
end