RunCommandParameters
public struct RunCommandParameters : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
Declaration
Swift
public let runCommandTargets: [RunCommandTarget]
-
Undocumented
Declaration
Swift
public init(runCommandTargets: [RunCommandTarget])
-
Declaration
Swift
public func validate(name: String) throws