Class: Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesFlowLogsDetails

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

Overview

An object that contains information on the status of VPC Flow Logs as a data source for the detector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Describes whether VPC Flow Logs are activated as a data source for the detector.

Returns:

  • (String)


13386
13387
13388
13389
13390
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13386

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