Class: Aws::Types::AwsGuardDutyDetectorDataSourcesDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_trailTypes::AwsGuardDutyDetectorDataSourcesCloudTrailDetails

Returns the value of attribute cloud_trail.



2875
2876
2877
# File 'sig/types.rbs', line 2875

def cloud_trail
  @cloud_trail
end

#dns_logsTypes::AwsGuardDutyDetectorDataSourcesDnsLogsDetails

Returns the value of attribute dns_logs.



2876
2877
2878
# File 'sig/types.rbs', line 2876

def dns_logs
  @dns_logs
end

#flow_logsTypes::AwsGuardDutyDetectorDataSourcesFlowLogsDetails

Returns the value of attribute flow_logs.



2877
2878
2879
# File 'sig/types.rbs', line 2877

def flow_logs
  @flow_logs
end

#kubernetesTypes::AwsGuardDutyDetectorDataSourcesKubernetesDetails

Returns the value of attribute kubernetes.



2878
2879
2880
# File 'sig/types.rbs', line 2878

def kubernetes
  @kubernetes
end

#malware_protectionTypes::AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails

Returns the value of attribute malware_protection.



2879
2880
2881
# File 'sig/types.rbs', line 2879

def malware_protection
  @malware_protection
end

#s3_logsTypes::AwsGuardDutyDetectorDataSourcesS3LogsDetails

Returns the value of attribute s3_logs.



2880
2881
2882
# File 'sig/types.rbs', line 2880

def s3_logs
  @s3_logs
end