Class: Aws::Types::DataSourceConfigurations
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceConfigurations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kubernetes ⇒ Types::KubernetesConfiguration
Returns the value of attribute kubernetes.
-
#malware_protection ⇒ Types::MalwareProtectionConfiguration
Returns the value of attribute malware_protection.
-
#s3_logs ⇒ Types::S3LogsConfiguration
Returns the value of attribute s3_logs.
Instance Attribute Details
#kubernetes ⇒ Types::KubernetesConfiguration
Returns the value of attribute kubernetes.
645 646 647 |
# File 'sig/types.rbs', line 645 def kubernetes @kubernetes end |
#malware_protection ⇒ Types::MalwareProtectionConfiguration
Returns the value of attribute malware_protection.
646 647 648 |
# File 'sig/types.rbs', line 646 def malware_protection @malware_protection end |
#s3_logs ⇒ Types::S3LogsConfiguration
Returns the value of attribute s3_logs.
644 645 646 |
# File 'sig/types.rbs', line 644 def s3_logs @s3_logs end |