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.
13175 13176 13177 13178 13179 13180 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13175 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.
13175 13176 13177 13178 13179 13180 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13175 class AwsGuardDutyDetectorFeaturesDetails < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |