GetFileInput
public struct GetFileInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The fully quaified reference that identifies the commit that contains the file. For example, you can specify a full commit ID, a tag, a branch name, or a reference such as refs/heads/master. If none is provided, the head commit is used.
Declaration
Swift
public let commitSpecifier: String?
-
The fully qualified path to the file, including the full name and extension of the file. For example, /examples/file.md is the fully qualified path to a file named file.md in a folder named examples.
Declaration
Swift
public let filePath: String
-
The name of the repository that contains the file.
Declaration
Swift
public let repositoryName: String
-
Undocumented
Declaration
Swift
public init(commitSpecifier: String? = nil, filePath: String, repositoryName: String)
-
Declaration
Swift
public func validate(name: String) throws