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.
2810 2811 2812 2813 2814 |
# File 'lib/aws-sdk-codebuild/types.rb', line 2810 class InvalidateProjectCacheInput < Struct.new( :project_name) SENSITIVE = [] include Aws::Structure end |