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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/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)


2720
2721
2722
2723
2724
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2720

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