Target

public struct Target : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    User-defined criteria for sending commands that target instances that meet the criteria.

    Declaration

    Swift

    public let key: String?
  • User-defined criteria that maps to Key. For example, if you specified tag:ServerRole, you could specify value:WebServer to run a command on instances that include EC2 tags of ServerRole,WebServer.

    Declaration

    Swift

    public let values: [String]?
  • Undocumented

    Declaration

    Swift

    public init(key: String? = nil, values: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws