Method: Aws::CodeCommit::Types::PutFileInput#file_content
- Defined in:
- lib/aws-sdk-codecommit/types.rb
#file_content ⇒ String
The content of the file, in binary object format.
6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6017 class PutFileInput < Struct.new( :repository_name, :branch_name, :file_content, :file_path, :file_mode, :parent_commit_id, :commit_message, :name, :email) SENSITIVE = [] include Aws::Structure end |