Class: Aws::DevOpsGuru::Types::DescribeServiceIntegrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::DescribeServiceIntegrationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_integration ⇒ Types::ServiceIntegrationConfig
Information about the integration of DevOps Guru with another Amazon Web Services service, such as Amazon Web Services Systems Manager.
Instance Attribute Details
#service_integration ⇒ Types::ServiceIntegrationConfig
Information about the integration of DevOps Guru with another Amazon Web Services service, such as Amazon Web Services Systems Manager.
1126 1127 1128 1129 1130 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1126 class DescribeServiceIntegrationResponse < Struct.new( :service_integration) SENSITIVE = [] include Aws::Structure end |