Class: Aws::GuardDuty::Types::DetectorFeatureConfigurationResult

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

Overview

Contains information about a GuardDuty feature.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Indicates the name of the feature that can be enabled for the detector.

Returns:

  • (String)


1740
1741
1742
1743
1744
1745
1746
# File 'lib/aws-sdk-guardduty/types.rb', line 1740

class DetectorFeatureConfigurationResult < Struct.new(
  :name,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Indicates the status of the feature that is enabled for the detector.

Returns:

  • (String)


1740
1741
1742
1743
1744
1745
1746
# File 'lib/aws-sdk-guardduty/types.rb', line 1740

class DetectorFeatureConfigurationResult < Struct.new(
  :name,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp at which the feature object was updated.

Returns:

  • (Time)


1740
1741
1742
1743
1744
1745
1746
# File 'lib/aws-sdk-guardduty/types.rb', line 1740

class DetectorFeatureConfigurationResult < Struct.new(
  :name,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end