Method: Aws::CodeCommit::Types::GetFileInput#repository_name
- Defined in:
- lib/aws-sdk-codecommit/types.rb
#repository_name ⇒ String
The name of the repository that contains the file.
3072 3073 3074 3075 3076 3077 3078 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3072 class GetFileInput < Struct.new( :repository_name, :commit_specifier, :file_path) SENSITIVE = [] include Aws::Structure end |