Class: Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesDnsLogsDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

An object that contains information on the status of DNS logs as a data source for the detector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Describes whether DNS logs is enabled as a data source for the detector.

Returns:

  • (String)


13380
13381
13382
13383
13384
# File 'lib/aws-sdk-securityhub/types.rb', line 13380

class AwsGuardDutyDetectorDataSourcesDnsLogsDetails < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end