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.
6805 6806 6807 6808 6809 6810 6811 |
# File 'lib/aws-sdk-codebuild/types.rb', line 6805 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.
6805 6806 6807 6808 6809 6810 6811 |
# File 'lib/aws-sdk-codebuild/types.rb', line 6805 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.
6805 6806 6807 6808 6809 6810 6811 |
# File 'lib/aws-sdk-codebuild/types.rb', line 6805 class UpdateProjectVisibilityOutput < Struct.new( :project_arn, :public_project_alias, :project_visibility) SENSITIVE = [] include Aws::Structure end |