Class: Aws::CloudWatchOmni::Types::CreateIntegrationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::CreateIntegrationOutput
- 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
-
#integration ⇒ Types::Integration
The details of the created integration.
Instance Attribute Details
#integration ⇒ Types::Integration
The details of the created integration. This is the same object returned by GetIntegration and UpdateIntegration.
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 |