Class: Aws::Types::OrganizationDataSourceConfigurations
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationDataSourceConfigurations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kubernetes ⇒ Types::OrganizationKubernetesConfiguration
Returns the value of attribute kubernetes.
-
#malware_protection ⇒ Types::OrganizationMalwareProtectionConfiguration
Returns the value of attribute malware_protection.
-
#s3_logs ⇒ Types::OrganizationS3LogsConfiguration
Returns the value of attribute s3_logs.
Instance Attribute Details
#kubernetes ⇒ Types::OrganizationKubernetesConfiguration
Returns the value of attribute kubernetes.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def kubernetes @kubernetes end |
#malware_protection ⇒ Types::OrganizationMalwareProtectionConfiguration
Returns the value of attribute malware_protection.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def malware_protection @malware_protection end |
#s3_logs ⇒ Types::OrganizationS3LogsConfiguration
Returns the value of attribute s3_logs.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def s3_logs @s3_logs end |