BlobMetadata

public struct BlobMetadata : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The full ID of the blob.

    Declaration

    Swift

    public let blobId: String?
  • The file mode permissions of the blob. File mode permission codes include: 100644 indicates read/write 100755 indicates read/write/execute 160000 indicates a submodule 120000 indicates a symlink

    Declaration

    Swift

    public let mode: String?
  • The path to the blob and associated file name, if any.

    Declaration

    Swift

    public let path: String?
  • Undocumented

    Declaration

    Swift

    public init(blobId: String? = nil, mode: String? = nil, path: String? = nil)