Class: Aws::CodeCommit::Types::SetFileModeEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::SetFileModeEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Information about the file mode changes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_mode ⇒ String
The file mode for the file.
-
#file_path ⇒ String
The full path to the file, including the name of the file.
Instance Attribute Details
#file_mode ⇒ String
The file mode for the file.
6514 6515 6516 6517 6518 6519 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6514 class SetFileModeEntry < Struct.new( :file_path, :file_mode) SENSITIVE = [] include Aws::Structure end |
#file_path ⇒ String
The full path to the file, including the name of the file.
6514 6515 6516 6517 6518 6519 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6514 class SetFileModeEntry < Struct.new( :file_path, :file_mode) SENSITIVE = [] include Aws::Structure end |