class Aws::DevOpsGuru::Types::UpdateServiceIntegrationRequest

@note When making an API call, you may pass UpdateServiceIntegrationRequest

data as a hash:

    {
      service_integration: { # required
        ops_center: {
          opt_in_status: "ENABLED", # accepts ENABLED, DISABLED
        },
      },
    }

@!attribute [rw] service_integration

An `IntegratedServiceConfig` object used to specify the integrated
service you want to update, and whether you want to update it to
enabled or disabled.
@return [Types::UpdateServiceIntegrationConfig]

@see docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/UpdateServiceIntegrationRequest AWS API Documentation

Constants

SENSITIVE