Class: Aws::Inspector2::Types::UpdateGitLabSelfManagedIntegrationDetail
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Inspector2::Types::UpdateGitLabSelfManagedIntegrationDetail
 
- Defined in:
- gems/aws-sdk-inspector2/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.
| 8879 8880 8881 8882 8883 | # File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8879 class UpdateGitLabSelfManagedIntegrationDetail < Struct.new( :auth_code) SENSITIVE = [:auth_code] include Aws::Structure end |