Class: Aws::SecurityHub::Types::AwsGuardDutyDetectorFeaturesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsGuardDutyDetectorFeaturesDetails
- 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
-
#name ⇒ String
Indicates the name of the feature that is activated for the detector.
-
#status ⇒ String
Indicates the status of the feature that is activated for the detector.
Instance Attribute Details
#name ⇒ String
Indicates the name of the feature that is activated for the detector.
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 |
#status ⇒ String
Indicates the status of the feature that is activated for the detector.
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 |