Class: Aws::CloudWatchOmni::Types::UpdateIntegrationOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#integrationTypes::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.

Returns:



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