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
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString

The timestamp of when the detector was created.

Returns:

  • (String)

    The timestamp of when the detector was created.

#data_sourcesTypes::DataSourceConfigurationsResult

An object that describes which data sources are enabled for the detector.

Returns:

#finding_publishing_frequencyString

The publishing frequency of the finding.

Possible values:

  • FIFTEEN_MINUTES
  • ONE_HOUR
  • SIX_HOURS

Returns:

  • (String)

    The publishing frequency of the finding.

#service_roleString

The GuardDuty service role.

Returns:

  • (String)

    The GuardDuty service role.

#statusString

The detector status.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    The detector status.

#tagsHash<String,String>

The tags of the detector resource.

Returns:

  • (Hash<String,String>)

    The tags of the detector resource.

#updated_atString

The last-updated timestamp for the detector.

Returns:

  • (String)

    The last-updated timestamp for the detector.