Class: Aws::CodeBuild::Types::ProjectBadge
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeBuild::Types::ProjectBadge
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codebuild/types.rb
 
Overview
Information about the build badge for the build project.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #badge_enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Set this to true to generate a publicly accessible URL for your project’s build badge.
 - 
  
    
      #badge_request_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The publicly-accessible URL through which you can access the build badge for your project.
 
Instance Attribute Details
#badge_enabled ⇒ Boolean
Set this to true to generate a publicly accessible URL for your project’s build badge.
      4407 4408 4409 4410 4411 4412  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 4407 class ProjectBadge < Struct.new( :badge_enabled, :badge_request_url) SENSITIVE = [] include Aws::Structure end  | 
  
#badge_request_url ⇒ String
The publicly-accessible URL through which you can access the build badge for your project.
      4407 4408 4409 4410 4411 4412  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 4407 class ProjectBadge < Struct.new( :badge_enabled, :badge_request_url) SENSITIVE = [] include Aws::Structure end  |