Class: Aws::GuardDuty::Types::DetectorAdditionalConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DetectorAdditionalConfigurationResult
- Defined in:
- gems/aws-sdk-guardduty/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.
2639 2640 2641 2642 2643 2644 2645 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2639 class DetectorAdditionalConfigurationResult < Struct.new( :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the additional configuration.
2639 2640 2641 2642 2643 2644 2645 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2639 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.
2639 2640 2641 2642 2643 2644 2645 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2639 class DetectorAdditionalConfigurationResult < Struct.new( :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |