Method: Aws::CodeBuild::Types::UpdateProjectVisibilityInput#project_visibility

Defined in:
lib/aws-sdk-codebuild/types.rb

#project_visibilityString

Specifies the visibility of the project’s builds. Possible values are:

PUBLIC_READ

: The project builds are visible to the public.

PRIVATE

: The project builds are not visible to the public.

Returns:

  • (String)


7965
7966
7967
7968
7969
7970
7971
# File 'lib/aws-sdk-codebuild/types.rb', line 7965

class UpdateProjectVisibilityInput < Struct.new(
  :project_arn,
  :project_visibility,
  :resource_access_role)
  SENSITIVE = []
  include Aws::Structure
end