Class: Aws::DevOpsGuru::Types::UpdateServiceIntegrationRequest

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::UpdateServiceIntegrationConfig

An IntegratedServiceConfig object used to specify the integrated service you want to update, and whether you want to update it to enabled or disabled.



4890
4891
4892
4893
4894
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4890

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