Class: Aws::Types::DataSourceConfigurationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceConfigurationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_trail ⇒ Types::CloudTrailConfigurationResult
Returns the value of attribute cloud_trail.
-
#dns_logs ⇒ Types::DNSLogsConfigurationResult
Returns the value of attribute dns_logs.
-
#flow_logs ⇒ Types::FlowLogsConfigurationResult
Returns the value of attribute flow_logs.
-
#kubernetes ⇒ Types::KubernetesConfigurationResult
Returns the value of attribute kubernetes.
-
#malware_protection ⇒ Types::MalwareProtectionConfigurationResult
Returns the value of attribute malware_protection.
-
#s3_logs ⇒ Types::S3LogsConfigurationResult
Returns the value of attribute s3_logs.
Instance Attribute Details
#cloud_trail ⇒ Types::CloudTrailConfigurationResult
Returns the value of attribute cloud_trail.
651 652 653 |
# File 'sig/types.rbs', line 651 def cloud_trail @cloud_trail end |
#dns_logs ⇒ Types::DNSLogsConfigurationResult
Returns the value of attribute dns_logs.
652 653 654 |
# File 'sig/types.rbs', line 652 def dns_logs @dns_logs end |
#flow_logs ⇒ Types::FlowLogsConfigurationResult
Returns the value of attribute flow_logs.
653 654 655 |
# File 'sig/types.rbs', line 653 def flow_logs @flow_logs end |
#kubernetes ⇒ Types::KubernetesConfigurationResult
Returns the value of attribute kubernetes.
655 656 657 |
# File 'sig/types.rbs', line 655 def kubernetes @kubernetes end |
#malware_protection ⇒ Types::MalwareProtectionConfigurationResult
Returns the value of attribute malware_protection.
656 657 658 |
# File 'sig/types.rbs', line 656 def malware_protection @malware_protection end |
#s3_logs ⇒ Types::S3LogsConfigurationResult
Returns the value of attribute s3_logs.
654 655 656 |
# File 'sig/types.rbs', line 654 def s3_logs @s3_logs end |