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.
4206 4207 4208 4209 4210 4211 |
# File 'lib/aws-sdk-codebuild/types.rb', line 4206 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.
4206 4207 4208 4209 4210 4211 |
# File 'lib/aws-sdk-codebuild/types.rb', line 4206 class ProjectBadge < Struct.new( :badge_enabled, :badge_request_url) SENSITIVE = [] include Aws::Structure end |