Class: Aws::CodeBuild::Types::ProjectBadge

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb

Overview

Information about the build badge for the build project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#badge_enabledBoolean

Set this to true to generate a publicly accessible URL for your project's build badge.

Returns:

  • (Boolean)


4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 4054

class ProjectBadge < Struct.new(
  :badge_enabled,
  :badge_request_url)
  SENSITIVE = []
  include Aws::Structure
end

#badge_request_urlString

The publicly-accessible URL through which you can access the build badge for your project.

Returns:

  • (String)


4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 4054

class ProjectBadge < Struct.new(
  :badge_enabled,
  :badge_request_url)
  SENSITIVE = []
  include Aws::Structure
end