Class: Aws::CodeCommit::Types::DeleteFileEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::DeleteFileEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
A file that is deleted as part of a commit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_path ⇒ String
The full path of the file to be deleted, including the name of the file.
Instance Attribute Details
#file_path ⇒ String
The full path of the file to be deleted, including the name of the file.
1904 1905 1906 1907 1908 |
# File 'lib/aws-sdk-codecommit/types.rb', line 1904 class DeleteFileEntry < Struct.new( :file_path) SENSITIVE = [] include Aws::Structure end |