Class: Aws::Types::ServiceIntegrationConfig
- Inherits:
-
Object
- Object
- Aws::Types::ServiceIntegrationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_server_side_encryption ⇒ Types::KMSServerSideEncryptionIntegration
Returns the value of attribute kms_server_side_encryption.
-
#logs_anomaly_detection ⇒ Types::LogsAnomalyDetectionIntegration
Returns the value of attribute logs_anomaly_detection.
-
#ops_center ⇒ Types::OpsCenterIntegration
Returns the value of attribute ops_center.
Instance Attribute Details
#kms_server_side_encryption ⇒ Types::KMSServerSideEncryptionIntegration
Returns the value of attribute kms_server_side_encryption.
970 971 972 |
# File 'sig/types.rbs', line 970 def kms_server_side_encryption @kms_server_side_encryption end |
#logs_anomaly_detection ⇒ Types::LogsAnomalyDetectionIntegration
Returns the value of attribute logs_anomaly_detection.
969 970 971 |
# File 'sig/types.rbs', line 969 def logs_anomaly_detection @logs_anomaly_detection end |
#ops_center ⇒ Types::OpsCenterIntegration
Returns the value of attribute ops_center.
968 969 970 |
# File 'sig/types.rbs', line 968 def ops_center @ops_center end |