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.
2520 2521 2522 2523 2524 2525 2526 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2520 class DetectorAdditionalConfigurationResult < Struct.new( :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the additional configuration.
2520 2521 2522 2523 2524 2525 2526 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2520 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.
2520 2521 2522 2523 2524 2525 2526 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2520 class DetectorAdditionalConfigurationResult < Struct.new( :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |