Class: Aws::Inspector2::Types::UpdateGitLabSelfManagedIntegrationDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Contains details required to update an integration with a self-managed GitLab instance.

Constant Summary collapse

SENSITIVE =
[:auth_code]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_codeString

The authorization code received from the self-managed GitLab instance to update the integration.



8885
8886
8887
8888
8889
# File 'lib/aws-sdk-inspector2/types.rb', line 8885

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