Class: Aws::CodeBuild::Types::InvalidateProjectCacheInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::InvalidateProjectCacheInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_name ⇒ String
The name of the CodeBuild build project that the cache is reset for.
Instance Attribute Details
#project_name ⇒ String
The name of the CodeBuild build project that the cache is reset for.
3063 3064 3065 3066 3067 |
# File 'lib/aws-sdk-codebuild/types.rb', line 3063 class InvalidateProjectCacheInput < Struct.new( :project_name) SENSITIVE = [] include Aws::Structure end |