HomeDirectoryMapEntry

public struct HomeDirectoryMapEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Represents an entry and a target for HomeDirectoryMappings.

    Declaration

    Swift

    public let entry: String
  • Represents the map target that is used in a HomeDirectorymapEntry.

    Declaration

    Swift

    public let target: String
  • Undocumented

    Declaration

    Swift

    public init(entry: String, target: String)
  • Declaration

    Swift

    public func validate(name: String) throws