Class: Aws::Types::AwsGuardDutyDetectorDataSourcesDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsGuardDutyDetectorDataSourcesDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_trail ⇒ Types::AwsGuardDutyDetectorDataSourcesCloudTrailDetails
Returns the value of attribute cloud_trail.
-
#dns_logs ⇒ Types::AwsGuardDutyDetectorDataSourcesDnsLogsDetails
Returns the value of attribute dns_logs.
-
#flow_logs ⇒ Types::AwsGuardDutyDetectorDataSourcesFlowLogsDetails
Returns the value of attribute flow_logs.
-
#kubernetes ⇒ Types::AwsGuardDutyDetectorDataSourcesKubernetesDetails
Returns the value of attribute kubernetes.
-
#malware_protection ⇒ Types::AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails
Returns the value of attribute malware_protection.
-
#s3_logs ⇒ Types::AwsGuardDutyDetectorDataSourcesS3LogsDetails
Returns the value of attribute s3_logs.
Instance Attribute Details
#cloud_trail ⇒ Types::AwsGuardDutyDetectorDataSourcesCloudTrailDetails
Returns the value of attribute cloud_trail.
2875 2876 2877 |
# File 'sig/types.rbs', line 2875 def cloud_trail @cloud_trail end |
#dns_logs ⇒ Types::AwsGuardDutyDetectorDataSourcesDnsLogsDetails
Returns the value of attribute dns_logs.
2876 2877 2878 |
# File 'sig/types.rbs', line 2876 def dns_logs @dns_logs end |
#flow_logs ⇒ Types::AwsGuardDutyDetectorDataSourcesFlowLogsDetails
Returns the value of attribute flow_logs.
2877 2878 2879 |
# File 'sig/types.rbs', line 2877 def flow_logs @flow_logs end |
#kubernetes ⇒ Types::AwsGuardDutyDetectorDataSourcesKubernetesDetails
Returns the value of attribute kubernetes.
2878 2879 2880 |
# File 'sig/types.rbs', line 2878 def kubernetes @kubernetes end |
#malware_protection ⇒ Types::AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails
Returns the value of attribute malware_protection.
2879 2880 2881 |
# File 'sig/types.rbs', line 2879 def malware_protection @malware_protection end |
#s3_logs ⇒ Types::AwsGuardDutyDetectorDataSourcesS3LogsDetails
Returns the value of attribute s3_logs.
2880 2881 2882 |
# File 'sig/types.rbs', line 2880 def s3_logs @s3_logs end |