Class: Aws::Types::OrganizationDataSourceConfigurationsResult
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationDataSourceConfigurationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kubernetes ⇒ Types::OrganizationKubernetesConfigurationResult
Returns the value of attribute kubernetes.
-
#malware_protection ⇒ Types::OrganizationMalwareProtectionConfigurationResult
Returns the value of attribute malware_protection.
-
#s3_logs ⇒ Types::OrganizationS3LogsConfigurationResult
Returns the value of attribute s3_logs.
Instance Attribute Details
#kubernetes ⇒ Types::OrganizationKubernetesConfigurationResult
Returns the value of attribute kubernetes.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def kubernetes @kubernetes end |
#malware_protection ⇒ Types::OrganizationMalwareProtectionConfigurationResult
Returns the value of attribute malware_protection.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def malware_protection @malware_protection end |
#s3_logs ⇒ Types::OrganizationS3LogsConfigurationResult
Returns the value of attribute s3_logs.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def s3_logs @s3_logs end |