UnshareTarget

public struct UnshareTarget : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    Identifier of the directory consumer account.

    Declaration

    Swift

    public let id: String
  • Type of identifier to be used in the Id field.

    Declaration

    Swift

    public let type: TargetType
  • Undocumented

    Declaration

    Swift

    public init(id: String, type: TargetType)
  • Declaration

    Swift

    public func validate(name: String) throws