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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


13549
13550
13551
13552
13553
13554
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13549

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)


13549
13550
13551
13552
13553
13554
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13549

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