Class: Aws::GuardDuty::Types::DetectorAdditionalConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DetectorAdditionalConfiguration
- Defined in:
- gems/aws-sdk-guardduty/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.
2803 2804 2805 2806 2807 2808 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2803 class DetectorAdditionalConfiguration < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the additional configuration.
2803 2804 2805 2806 2807 2808 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2803 class DetectorAdditionalConfiguration < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |