Class: Aws::Types::DataSourcesFreeTrial
- Inherits:
-
Object
- Object
- Aws::Types::DataSourcesFreeTrial
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_trail ⇒ Types::DataSourceFreeTrial
Returns the value of attribute cloud_trail.
-
#dns_logs ⇒ Types::DataSourceFreeTrial
Returns the value of attribute dns_logs.
-
#flow_logs ⇒ Types::DataSourceFreeTrial
Returns the value of attribute flow_logs.
-
#kubernetes ⇒ Types::KubernetesDataSourceFreeTrial
Returns the value of attribute kubernetes.
-
#malware_protection ⇒ Types::MalwareProtectionDataSourceFreeTrial
Returns the value of attribute malware_protection.
-
#s3_logs ⇒ Types::DataSourceFreeTrial
Returns the value of attribute s3_logs.
Instance Attribute Details
#cloud_trail ⇒ Types::DataSourceFreeTrial
Returns the value of attribute cloud_trail.
666 667 668 |
# File 'sig/types.rbs', line 666 def cloud_trail @cloud_trail end |
#dns_logs ⇒ Types::DataSourceFreeTrial
Returns the value of attribute dns_logs.
667 668 669 |
# File 'sig/types.rbs', line 667 def dns_logs @dns_logs end |
#flow_logs ⇒ Types::DataSourceFreeTrial
Returns the value of attribute flow_logs.
668 669 670 |
# File 'sig/types.rbs', line 668 def flow_logs @flow_logs end |
#kubernetes ⇒ Types::KubernetesDataSourceFreeTrial
Returns the value of attribute kubernetes.
670 671 672 |
# File 'sig/types.rbs', line 670 def kubernetes @kubernetes end |
#malware_protection ⇒ Types::MalwareProtectionDataSourceFreeTrial
Returns the value of attribute malware_protection.
671 672 673 |
# File 'sig/types.rbs', line 671 def malware_protection @malware_protection end |
#s3_logs ⇒ Types::DataSourceFreeTrial
Returns the value of attribute s3_logs.
669 670 671 |
# File 'sig/types.rbs', line 669 def s3_logs @s3_logs end |