Class: Aws::CloudWatchOmni::Types::UpdateIntegrationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::UpdateIntegrationOutput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
The response from updating an integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integration ⇒ Types::Integration
The details of the updated integration.
Instance Attribute Details
#integration ⇒ Types::Integration
The details of the updated integration. This is the same object returned by GetIntegration and CreateIntegration. Populated on a successful update; absent only if the post-update read-back of the resource did not complete.
5045 5046 5047 5048 5049 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5045 class UpdateIntegrationOutput < Struct.new( :integration) SENSITIVE = [] include Aws::Structure end |