Class: Aws::DevOpsGuru::Types::UpdateServiceIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::UpdateServiceIntegrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_integration ⇒ Types::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.
Instance Attribute Details
#service_integration ⇒ Types::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 'lib/aws-sdk-devopsguru/types.rb', line 4890 class UpdateServiceIntegrationRequest < Struct.new( :service_integration) SENSITIVE = [] include Aws::Structure end |