Class: Aws::CloudWatchOmni::Types::CreateIntegrationOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

The response from creating an integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#integrationTypes::Integration

The details of the created integration. This is the same object returned by GetIntegration and UpdateIntegration.

Returns:



1149
1150
1151
1152
1153
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1149

class CreateIntegrationOutput < Struct.new(
  :integration)
  SENSITIVE = []
  include Aws::Structure
end