Class: Aws::CloudWatchOmni::Types::GetIntegrationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::GetIntegrationOutput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
The response containing the requested integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integration ⇒ Types::Integration
The details of the requested integration.
Instance Attribute Details
#integration ⇒ Types::Integration
The details of the requested integration.
2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2231 class GetIntegrationOutput < Struct.new( :integration) SENSITIVE = [] include Aws::Structure end |