Target

public struct Target : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The TargetID is a 12-character identifier of the ACCOUNT for which the control was created. (This must be the current account.)

    Declaration

    Swift

    public let id: String?
  • The target type is always an ACCOUNT.

    Declaration

    Swift

    public let type: TargetType
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws