Class: Aws::SecurityHub::Types::AwsGuardDutyDetectorFeaturesDetails

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

Overview

Describes which features are activated for the detector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Indicates the name of the feature that is activated for the detector.

Returns:

  • (String)


13552
13553
13554
13555
13556
13557
# File 'lib/aws-sdk-securityhub/types.rb', line 13552

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

#statusString

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

Returns:

  • (String)


13552
13553
13554
13555
13556
13557
# File 'lib/aws-sdk-securityhub/types.rb', line 13552

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