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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codebuild/types.rb

Overview

Note:

When making an API call, you may pass InvalidateProjectCacheInput data as a hash:

{
  project_name: "NonEmptyString", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#project_nameString

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

Returns:

  • (String)


1071
1072
1073
1074
# File 'lib/aws-sdk-codebuild/types.rb', line 1071

class InvalidateProjectCacheInput < Struct.new(
  :project_name)
  include Aws::Structure
end