Class: Aws::CodeBuild::Types::SourceAuth
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeBuild::Types::SourceAuth
 
- Defined in:
- gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb
Overview
Information about the authorization settings for CodeBuild to access the source code to be built.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #resource  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resource value that applies to the specified authorization type. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The authorization type to use. 
Instance Attribute Details
#resource ⇒ String
The resource value that applies to the specified authorization type.
| 6478 6479 6480 6481 6482 6483 | # File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6478 class SourceAuth < Struct.new( :type, :resource) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
The authorization type to use. Valid options are OAUTH, CODECONNECTIONS, or SECRETS_MANAGER.
| 6478 6479 6480 6481 6482 6483 | # File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6478 class SourceAuth < Struct.new( :type, :resource) SENSITIVE = [] include Aws::Structure end |