You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::GetDetectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetDetectorResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#created_at ⇒ String
The timestamp of when the detector was created.
-
#data_sources ⇒ Types::DataSourceConfigurationsResult
An object that describes which data sources are enabled for the detector.
-
#finding_publishing_frequency ⇒ String
The publishing frequency of the finding.
-
#service_role ⇒ String
The GuardDuty service role.
-
#status ⇒ String
The detector status.
-
#tags ⇒ Hash<String,String>
The tags of the detector resource.
-
#updated_at ⇒ String
The last-updated timestamp for the detector.
Instance Attribute Details
#created_at ⇒ String
The timestamp of when the detector was created.
#data_sources ⇒ Types::DataSourceConfigurationsResult
An object that describes which data sources are enabled for the detector.
#finding_publishing_frequency ⇒ String
The publishing frequency of the finding.
Possible values:
- FIFTEEN_MINUTES
- ONE_HOUR
- SIX_HOURS
#service_role ⇒ String
The GuardDuty service role.
#status ⇒ String
The detector status.
Possible values:
- ENABLED
- DISABLED
#tags ⇒ Hash<String,String>
The tags of the detector resource.
#updated_at ⇒ String
The last-updated timestamp for the detector.