Class: Aws::Types::UpdateServiceIntegrationConfig
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceIntegrationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_server_side_encryption ⇒ Types::KMSServerSideEncryptionIntegrationConfig
Returns the value of attribute kms_server_side_encryption.
-
#logs_anomaly_detection ⇒ Types::LogsAnomalyDetectionIntegrationConfig
Returns the value of attribute logs_anomaly_detection.
-
#ops_center ⇒ Types::OpsCenterIntegrationConfig
Returns the value of attribute ops_center.
Instance Attribute Details
#kms_server_side_encryption ⇒ Types::KMSServerSideEncryptionIntegrationConfig
Returns the value of attribute kms_server_side_encryption.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def kms_server_side_encryption @kms_server_side_encryption end |
#logs_anomaly_detection ⇒ Types::LogsAnomalyDetectionIntegrationConfig
Returns the value of attribute logs_anomaly_detection.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def logs_anomaly_detection @logs_anomaly_detection end |
#ops_center ⇒ Types::OpsCenterIntegrationConfig
Returns the value of attribute ops_center.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def ops_center @ops_center end |