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)


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

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)


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

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