Class: Aws::CodeBuild::Types::UpdateProjectVisibilityInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_arnString

The Amazon Resource Name (ARN) of the build project.

Returns:

  • (String)


6621
6622
6623
6624
6625
6626
6627
# File 'lib/aws-sdk-codebuild/types.rb', line 6621

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

#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)


6621
6622
6623
6624
6625
6626
6627
# File 'lib/aws-sdk-codebuild/types.rb', line 6621

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

#resource_access_roleString

The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project’s builds.

Returns:

  • (String)


6621
6622
6623
6624
6625
6626
6627
# File 'lib/aws-sdk-codebuild/types.rb', line 6621

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