Class: Aws::DevOpsGuru::Types::DescribeServiceIntegrationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_integrationTypes::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 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1126

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