Refresh

This website www.rubydoc.info/gems/aws-sdk-codebuild/Aws/CodeBuild/Types/UpdateProjectOutput is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh.

Class: Aws::CodeBuild::Types::UpdateProjectOutput

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

#projectTypes::Project

Information about the build project that was changed.

Returns:



7935
7936
7937
7938
7939
# File 'lib/aws-sdk-codebuild/types.rb', line 7935

class UpdateProjectOutput < Struct.new(
  :project)
  SENSITIVE = []
  include Aws::Structure
end