Class: Aws::GuardDuty::Types::DetectorAdditionalConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DetectorAdditionalConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Information about the additional configuration for a feature in your GuardDuty account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the additional configuration.
-
#status ⇒ String
Status of the additional configuration.
Instance Attribute Details
#name ⇒ String
Name of the additional configuration.
2614 2615 2616 2617 2618 2619 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2614 class DetectorAdditionalConfiguration < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the additional configuration.
2614 2615 2616 2617 2618 2619 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2614 class DetectorAdditionalConfiguration < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |