Class: Aws::CodeBuild::Types::UpdateProjectVisibilityOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::UpdateProjectVisibilityOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the build project.
-
#project_visibility ⇒ String
Specifies the visibility of the project’s builds.
-
#public_project_alias ⇒ String
Contains the project identifier used with the public build APIs.
Instance Attribute Details
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the build project.
7190 7191 7192 7193 7194 7195 7196 |
# File 'lib/aws-sdk-codebuild/types.rb', line 7190 class UpdateProjectVisibilityOutput < Struct.new( :project_arn, :public_project_alias, :project_visibility) SENSITIVE = [] include Aws::Structure end |
#project_visibility ⇒ String
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.
7190 7191 7192 7193 7194 7195 7196 |
# File 'lib/aws-sdk-codebuild/types.rb', line 7190 class UpdateProjectVisibilityOutput < Struct.new( :project_arn, :public_project_alias, :project_visibility) SENSITIVE = [] include Aws::Structure end |
#public_project_alias ⇒ String
Contains the project identifier used with the public build APIs.
7190 7191 7192 7193 7194 7195 7196 |
# File 'lib/aws-sdk-codebuild/types.rb', line 7190 class UpdateProjectVisibilityOutput < Struct.new( :project_arn, :public_project_alias, :project_visibility) SENSITIVE = [] include Aws::Structure end |