Class: Aws::Inspector2::Types::UpdateGitLabSelfManagedIntegrationDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::UpdateGitLabSelfManagedIntegrationDetail
- 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
-
#auth_code ⇒ String
The authorization code received from the self-managed GitLab instance to update the integration.
Instance Attribute Details
#auth_code ⇒ String
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 |