Class: Aws::CodeBuild::Types::InvalidateProjectCacheInput

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_nameString

The name of the CodeBuild build project that the cache is reset for.

Returns:

  • (String)


2718
2719
2720
2721
2722
# File 'lib/aws-sdk-codebuild/types.rb', line 2718

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