RunCommandTarget
public struct RunCommandTarget : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Can be either tag: tag-key or InstanceIds.
Declaration
Swift
public let key: String
-
If Key is tag: tag-key, Values is a list of tag values. If Key is InstanceIds, Values is a list of Amazon EC2 instance IDs.
Declaration
Swift
public let values: [String]
-
Undocumented
Declaration
Swift
public init(key: String, values: [String])
-
Declaration
Swift
public func validate(name: String) throws