PathToObjectIdentifiers

public struct PathToObjectIdentifiers : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Lists ObjectIdentifiers starting from directory root to the object in the request.

    Declaration

    Swift

    public let objectIdentifiers: [String]?
  • The path that is used to identify the object starting from directory root.

    Declaration

    Swift

    public let path: String?
  • Undocumented

    Declaration

    Swift

    public init(objectIdentifiers: [String]? = nil, path: String? = nil)