Class: Aws::GuardDuty::Types::DetectorAdditionalConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DetectorAdditionalConfigurationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Information about the additional configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the additional configuration.
-
#status ⇒ String
Status of the additional configuration.
-
#updated_at ⇒ Time
The timestamp at which the additional configuration was last updated.
Instance Attribute Details
#name ⇒ String
Name of the additional configuration.
2458 2459 2460 2461 2462 2463 2464 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2458 class DetectorAdditionalConfigurationResult < Struct.new( :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the additional configuration.
2458 2459 2460 2461 2462 2463 2464 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2458 class DetectorAdditionalConfigurationResult < Struct.new( :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp at which the additional configuration was last updated. This is in UTC format.
2458 2459 2460 2461 2462 2463 2464 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2458 class DetectorAdditionalConfigurationResult < Struct.new( :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |